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!"); } }