1 public class Hello{ 2 public static void main(string[] args){ 3 System.out.print("hello world!");} 4 }