Don't need /n

This commit is contained in:
2023-03-17 12:05:31 +11:00
committed by GitHub
parent 75781efb3a
commit 1fdfd0ad26

View File

@@ -9,7 +9,7 @@ Toy programs begin at the top of the file, and continue until the end, unless an
This keyword prints values to stdout for debugging (this can be altered by the host program).
```
print "Hello World\n";
print "Hello World";
```
## Names and Variables