first commit

This commit is contained in:
2025-01-10 22:53:10 +01:00
commit e42e873456
41 changed files with 21766 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
all: build run
build:
gcc sudoku3.c -o sudoku3 -Ofast -Werror -Wall -Wextra
run:
./sudoku3