Back to project.

Raw source file available here .

all: build run

build:
gcc sudoku3.c -o sudoku3 -Ofast -Werror -Wall -Wextra

run:
./sudoku3