From 8bd55fff9dccc869889f4be8844e2c81a7f7ed5e Mon Sep 17 00:00:00 2001 From: MrTob <20160078@htblaperg.onmicrosoft.com> Date: Mon, 23 Sep 2019 20:30:46 +0200 Subject: [PATCH] added server --- .idea/workspace.xml | 117 +++++++++++++++++++++++++++------------- src/xyz/nextn/Main.java | 2 +- 2 files changed, 80 insertions(+), 39 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a8526c0..4fc2577 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,25 +1,47 @@ - - - + + + + + + + + + + + + + + + - - + + + + + + + + + + + + @@ -61,7 +83,6 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + \ No newline at end of file diff --git a/src/xyz/nextn/Main.java b/src/xyz/nextn/Main.java index 4895f0c..4af854a 100644 --- a/src/xyz/nextn/Main.java +++ b/src/xyz/nextn/Main.java @@ -3,6 +3,6 @@ package xyz.nextn; public class Main { public static void main(String[] args) { - + Server serv = new Server(1234); } }