1 public class AccountTest { 2 public static void main(String[] args) { 3 System.out.println("hello world!"); 4 } 5 }