inital-commit

This commit is contained in:
mike
2025-12-19 14:02:07 +01:00
commit 6f0a04f0a1
91 changed files with 1398111 additions and 0 deletions

3
compile.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
mkdir -p target
javac -d target src/SwedishGenerator.java