We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc3cbe commit 7be9469Copy full SHA for 7be9469
1 file changed
src/main/java/dev/ikm/examples/Hello.java
@@ -2,6 +2,6 @@
2
3
class Hello {
4
public static void main(String []args) {
5
- System.out.println("Hello, Awesome World!");
+ System.out.println("Hello, Super Awesome World!");
6
}
7
0 commit comments