LCTHW ex3

This commit is contained in:
2024-04-15 15:22:58 -04:00
parent 0fd7b5873d
commit a135c338ea
3 changed files with 19 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
CFLAGS=-Wall -g
CFLAGS ?= -Wall -g
all: ex1
clean:
rm -f ex1
test:
./ex1