From b9b59dc9aa5cb3b81739f3ec6898e4f08c4e5bc1 Mon Sep 17 00:00:00 2001 From: g12912hm Date: Fri, 10 Apr 2015 11:21:09 +0900 Subject: [PATCH] =?UTF-8?q?"Hi!"=E3=82=92=E3=81=A4=E3=81=91=E3=81=9F?= =?UTF-8?q?=E3=81=97=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/firsthelloworld/FirstHelloWorld.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/firsthelloworld/FirstHelloWorld.java b/src/firsthelloworld/FirstHelloWorld.java index 900f26f..4c04da9 100644 --- a/src/firsthelloworld/FirstHelloWorld.java +++ b/src/firsthelloworld/FirstHelloWorld.java @@ -16,5 +16,6 @@ public class FirstHelloWorld { public static void main(String[] args) { // TODO code application logic here System.out.println("Hello, World!"); + System.out.println("Hi!"); } }