clean lab09

This commit is contained in:
SowinskiBraeden committed 2025-11-22 14:12:34 -08:00
1 parent b673d9c625
commit 98354a5532
2 files changed
+118 -199

No files matched your search

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