Initial commit
This commit is contained in:
commit
74ec2636b8
4 changed files with 32 additions and 0 deletions
7
src/App.java
Normal file
7
src/App.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
public class App {
|
||||
public static void main(String[] args) throws Exception {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
|
||||
/* TEsts */
|
Loading…
Add table
Add a link
Reference in a new issue