LiteralString
DRAFT
Observed

LiteralString
Incorrect

When passing a literal string as argument to a method, no quotes are needed

Correct

String literals always must be surrounded by quotes

Correction
Here is what's right.

String literals always need to be written inside double quotes: print("Hello").