Skip to content

Commit ed00e82

Browse files
committed
Update first_steps.md
1 parent 029877b commit ed00e82

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/first_steps.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ IO.println("Hello, World!");
3636

3737
This bit of magic here - `IO.println` - is a "statement" that "prints" the text inside the `(` and `)` as well as a "new line" to the screen.
3838

39-
**print** with new **l**i**n**e.
40-
41-
The "`IO`" part stands for "Input/Output."
39+
The "`IO`" part stands for "Input/Output" then it is **print** with new **l**i**n**e.
4240

4341
If you were to replace it with `IO.print`, then the output would lack that new line. This makes the following program be functionally identical to the first.
4442

0 commit comments

Comments
 (0)