SudokuSolver/Justfile
2023-12-05 12:42:38 +01:00

8 lines
No EOL
85 B
Makefile

run:
./gradlew run
test:
./gradlew test
clean:
fd -td -I build -x rm -r