This is a small test to make sure everyone can access this project

This commit is contained in:
Daan Sneep
2019-02-18 14:16:23 +01:00
parent 7b1c5e8beb
commit 1ae2ebf334
6 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args){
System.out.print("Hello World!");
}
}