This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
sudoku
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e39d4f977c8b98ebcb8aca9ac9952b0df81916e6
sudoku
/
sudoku_n
/
Makefile
T
9 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
feat: add initial project scaffolding with Makefile, C sources, web UI, and documentation
2025-01-10 21:53:10 +00:00
all
:
build
run
build
:
gcc sudoku3.c -o sudoku3 -Ofast -Werror -Wall -Wextra
run
:
./sudoku3
Reference in New Issue
Copy Permalink