summaryrefslogtreecommitdiff
path: root/game_server/src
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-07 05:30:03 +0200
committernatrixaeria <janng@gmx.de>2019-05-07 05:30:03 +0200
commit6d988d13f7fc1652e2d041cfd1c4b40dce6a8adb (patch)
tree85b7e74033dfe9c7fc23158d45354bc757927f85 /game_server/src
parentd574650f70daa0cee15220eea305ca7eb594a746 (diff)
Add the game server
Diffstat (limited to 'game_server/src')
-rw-r--r--game_server/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/game_server/src/main.rs b/game_server/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/game_server/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}