From 5e25a872b52fb9b3115ab9a7f985b0fe1819543d Mon Sep 17 00:00:00 2001 From: g12918ka Date: Fri, 11 Apr 2014 11:42:32 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=A6=8F=E3=81=ABHellowWorld1?= =?UTF-8?q?=E3=82=92=E4=BD=9C=E6=88=90=E3=81=97=E3=81=BE=E3=81=97=E3=81=9F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/helloworld/HelloWorld.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helloworld/HelloWorld.java b/src/helloworld/HelloWorld.java index 67dc219..c18bd80 100644 --- a/src/helloworld/HelloWorld.java +++ b/src/helloworld/HelloWorld.java @@ -15,5 +15,6 @@ public class HelloWorld { */ public static void main(String[] args) { System.out.println("Hello World"); + System.out.println("おはよう世界"); } }