This commit is contained in:
malconfig 2019-09-13 19:06:53 +02:00
parent 0e9baa4815
commit 2c8403509b

3
hello-world.java Normal file
View File

@ -0,0 +1,3 @@
public static void main(String[] args){
System.out.print("hello world");
}