Init project structure
This commit is contained in:
parent
35d8572b77
commit
929fcb19f2
7 changed files with 233 additions and 0 deletions
8
src/com/company/Main.java
Normal file
8
src/com/company/Main.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package com.company;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// write your code here
|
||||
}
|
||||
}
|
Reference in a new issue