We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8074014 commit 8c58645Copy full SHA for 8c58645
src/HelloWorld.java
@@ -4,6 +4,7 @@ public class HelloWorld {
4
public static void main(String[] args) {
5
// TODO Auto-generated method stub
6
System.out.println("Hello World");
7
+ System.out.println("This is about the extent of my Java knowledge.");
8
}
9
10
0 commit comments