feat: progress

This commit is contained in:
2026-01-11 20:18:38 -05:00
parent 609fe05250
commit d4f33c1658
7 changed files with 11594 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ build:
chmod +x ${BINARY_NAME}
run: build
./${BINARY_NAME} -f ./samples/$(TEST).txt -o program.out
./${BINARY_NAME} -s -f ./samples/$(TEST).txt -o program.out
profile: build
./${BINARY_NAME} -p profile/cpu.prof -f ./samples/$(TEST).txt -o program.out