Initial commit

This commit is contained in:
Yorick Rommers
2017-04-18 11:54:54 +02:00
commit d246f18613
2 changed files with 12 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package com.imegumii;
public class Main {
public static void main(String[] args) {
// write your code here
System.out.println("Here my code be");
}
}