SudokuSolver/Justfile

8 lines
85 B
Makefile
Raw Normal View History

2023-12-05 12:42:38 +01:00
run:
./gradlew run
test:
./gradlew test
clean:
fd -td -I build -x rm -r