This commit is contained in:
2020-06-17 19:38:20 -04:00
parent e9f83a1d5c
commit 99fc059724
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
package me.msoucy.gbat
fun main(args: Array<String>) {
println("Hello world")
}