files added

This commit is contained in:
2020-10-30 17:59:18 +01:00
parent 47b69ca811
commit 3edae31699
47 changed files with 439 additions and 0 deletions
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
public class HelloWorld {
public static void main (String[] args) {
System.out.println("Hello World!");
}
}