hello world print
public class print_hello_world_string { public static void main(String[] args) { System.out.println("Hello World"); } }