See More

import java.lang.*; class MyFirst { public static void main(String arg[]) { System.out.println("Hello World"); } }