Initial commit

This commit is contained in:
simon987
2019-03-17 19:51:31 -04:00
commit 27366199ba
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package net.simon987;
public class Main {
public static void main(String[] args) {
System.out.println("Hello, world");
}
}