forgot to commit this

This commit is contained in:
SowinskiBraeden committed 2025-10-26 12:51:57 -07:00
1 parent 6a53c86e8f
commit f63842d487
14 files changed
+353 -20

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 = ref2.txt
REF = ref.txt
# Source file
SRCS = lab5.c
# Output