class Hello { public static void main (String[] args) { // 箱の作成と出力 String yuki = "Hello World!"; System.out.println(yuki); } }