bottom-tier-java/hello-world.java
malconfig 2c8403509b test
2019-09-13 19:06:53 +02:00

4 lines
75 B
Java

public static void main(String[] args){
System.out.print("hello world");
}