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 a283676 commit b18750cCopy full SHA for b18750c
src/first_steps/semicolon.md
@@ -5,7 +5,7 @@ The `;` at the end of each of those lines is a "semicolon".
5
```java
6
~void main(){
7
IO.print("Hello, "); // <-- this thing
8
- // ^
+ // ^
9
~}
10
```
11
0 commit comments