diff --git a/getting-started/quick-start-guide.md b/getting-started/quick-start-guide.md index 8623f00..fc840a0 100644 --- a/getting-started/quick-start-guide.md +++ b/getting-started/quick-start-guide.md @@ -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