bottom-tier-java/hello-world.java

4 lines
75 B
Java
Raw Normal View History

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