This commit is contained in:
2021-03-12 21:43:14 +08:00
parent 0d4f45d43c
commit a2d57b8f96
3 changed files with 128 additions and 0 deletions

2
week3/Makefile Normal file
View File

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