init project
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristof
2020-10-21 16:02:57 +02:00
commit d3a62f9359
12 changed files with 420 additions and 0 deletions

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

@ -0,0 +1,3 @@
fun main(){
println("Hello World!")
}