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

5 lines
65 B
Kotlin
Raw Normal View History

2023-05-14 13:44:35 -06:00
package xyz.brysonsteck.servercraft
fun main() {
App().run()
}