fix lab9 error

This commit is contained in:
SowinskiBraeden committed 2025-11-27 14:26:40 -08:00
1 parent 09d532c33e
commit 0b907fd989
3 files changed
+212 -132

No files matched your search

+2 -2
View File
@@ -3,9 +3,9 @@ CC = gcc
CFLAGS = -Wall -std=c11
#Input file
INPUT = input1.txt
INPUT = input5.txt
OUTPUT = output.txt
REF = ref1.txt
REF = ref5.txt
# Source file
SRCS = lab9.c
# Output