final lab05 passes

This commit is contained in:
SowinskiBraeden committed 2025-10-03 08:59:43 -07:00
1 parent 34d8c6125c
commit b7e8413360
3 files changed
+38 -10

No files matched your search

+1 -1
View File
@@ -5,7 +5,7 @@ CFLAGS = -Wall -std=c11
#Input file
INPUT = input2.txt
OUTPUT = output.txt
REF = ref.txt
REF = ref2.txt
# Source file
SRCS = lab5.c
# Output