bottom-tier-java/hello-world.java

4 lines
76 B
Java
Raw Normal View History

2019-09-13 13:36:24 -04:00
public static void main(String[] args){
System.out.print("hello world");
}