Files
puzzle-generator/run.sh
2025-12-19 14:34:13 +01:00

3 lines
52 B
Bash
Executable File

#!/bin/bash
java -cp ~/dev/.target puzzle.Main "$@"