diff --git a/Hello World/src/main/HelloWorld.java b/Hello World/src/main/HelloWorld.java index 11b2140..1b523d8 100644 --- a/Hello World/src/main/HelloWorld.java +++ b/Hello World/src/main/HelloWorld.java @@ -5,7 +5,7 @@ public static void main(String[] args) { // This is a comment. Java comments are preceded by "//". Remove the // "//" in the line bellow to uncomment it. - // System.out.prinln("Hello World"); + //System.out.println("Hello World"); // Run the program by pressing the green play button in the tool bar. }