We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031eb7c commit 3007247Copy full SHA for 3007247
β.gitignore
@@ -0,0 +1 @@
1
+*.class
βreadme.md
@@ -2,17 +2,21 @@
2
3
[Based on this Stack Overflow Question](https://stackoverflow.com/questions/3732109)
4
5
-## Support
+
6
7
-Open an Issue, I will check it a soon as possible π
+## Run
8
9
-If you want to hurry me up a bit
10
-[send me a tweet](https://twitter.com/UltiRequiem) π
+First compile:
11
12
-Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
13
-my work π
+```sh
+javac Server.java
+```
14
15
-Don't forget to start the repo β
+Then:
16
+
17
18
+java Server
19
20
21
## Licence
22
βscreenshot.png
7.41 KB
0 commit comments