week 3 make main.c

This commit is contained in:
2021-03-16 08:34:33 +08:00
parent 7c8cf9a2ca
commit 124fd714d7
3 changed files with 28 additions and 26 deletions

View File

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