hello world printer hello world 출력하는 프로그램 public static void main(String[] args){ System.out.println("hello world!!"); }