Archived
0

Init project

This commit is contained in:
2020-05-04 21:21:37 +03:00
commit e3d041de63
11 changed files with 336 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package mc.server;
public class Main {
public static void main(String[] args) {
System.out.println("hello?");
}
}