We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b3e64 commit b84f52bCopy full SHA for b84f52b
HelloWorld.java
@@ -2,6 +2,6 @@ public class HelloWorld
2
{
3
public static void main(String[] args)
4
5
- System.out.println("Hello, world!");
+ System.out.pritln("Hello, world!");
6
}
7
0 commit comments