Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Hello World/src/main/HelloWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
Expand Down