This commit is contained in:
mike
2025-12-21 07:00:15 +01:00
parent ade4740a8c
commit 3ef92b2b9b
4 changed files with 807 additions and 3 deletions

1
run.sh
View File

@@ -1,2 +1,3 @@
#!/bin/bash
java -cp ~/dev/.target puzzle.Main "$@"
java -cp ~/dev/.target puzzle.DailyGenerator "$@"