bottom-tier-java/HelloWorld.java

6 lines
104 B
Java
Raw Normal View History

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