No Description

Makefile 65B

12
  1. all: main.cpp Llist.h Llist.cpp
  2. g++ -o llist main.cpp Llist.cpp