aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt')
-rw-r--r--app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt b/app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt
new file mode 100644
index 0000000..e914e99
--- /dev/null
+++ b/app/src/main/kotlin/xyz/brysonsteck/servercraft/Main.kt
@@ -0,0 +1,5 @@
+package xyz.brysonsteck.servercraft
+
+fun main() {
+ App().run()
+} \ No newline at end of file