ServerCraft/app/bin/main/xyz/brysonsteck/serverfordummies/Main.kt

5 lines
70 B
Kotlin
Raw Normal View History

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