initial commit
All checks were successful
/ publish (push) Successful in 2m36s

This commit is contained in:
2025-07-12 19:42:23 +02:00
commit 88ed9108fe
11 changed files with 650 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# IDE
/.idea/
# Gradle
/.gradle/
/gradle.properties
# Kotlin
/.kotlin/
/build/