This commit is contained in:
2021-03-09 09:37:48 +08:00
parent e1f560dc02
commit ca161f0bee
3 changed files with 227 additions and 0 deletions

2
week2/Makefile Normal file
View File

@@ -0,0 +1,2 @@
list: list.c list.h
gcc -o list list.c list.h