Initial commit

This commit is contained in:
2024-09-06 09:04:48 +02:00
commit dba45461a5
9 changed files with 403 additions and 0 deletions

5
src/main/kotlin/Main.kt Normal file
View File

@@ -0,0 +1,5 @@
package org.example
fun main() {
println("Hello World!")
}