Run »
×
Change Orientation
public class Main { static void myMethod() { System.out.println("Hello World!"); } public static void main(String[] args) { myMethod(); } }
Hello World!
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit