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 4ed4804 commit 2704f3aCopy full SHA for 2704f3a
src/main/java/org/example/Main.java
@@ -13,7 +13,7 @@ private Main() {}
13
14
static void main() {
15
16
- IO.println(String.format("Hello, welcome!"));
+ IO.println(String.format("Hello, super welcome!"));
17
18
for (int i = 1; i <= 5; i++) {
19
IO.println("i = " + i);
0 commit comments