Upload files to "src/main/kotlin"

This commit is contained in:
Maxwell 2024-09-23 13:16:03 +10:00
parent 853c26b348
commit 03bc73af94

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

@ -0,0 +1,5 @@
package org.example
fun main(args: Array<String>) {
println("dingus")
}