1
0
Fork 0

Init project structure

This commit is contained in:
MrDev023 2017-01-13 20:36:27 +01:00
parent 35d8572b77
commit 929fcb19f2
7 changed files with 233 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package com.company;
public class Main {
public static void main(String[] args) {
// write your code here
}
}