initial commit

This commit is contained in:
mike
2025-12-19 14:34:13 +01:00
parent 6f0a04f0a1
commit bd6a5a1d2e
8 changed files with 422 additions and 62 deletions

2
run.sh
View File

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