bottom-tier-java/hello-world.java
2019-09-13 19:36:24 +02:00

4 lines
76 B
Java

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