ServerCraft/app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt

5 lines
No EOL
65 B
Kotlin

package xyz.brysonsteck.servercraft
fun main() {
App().run()
}