mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 15:26:24 +00:00
9 lines
96 B
Text
9 lines
96 B
Text
a = "Hello,\n\nWorld!"
|
|
b = """Hello,\n\nWorld!"""
|
|
c =
|
|
"""
|
|
Hello,
|
|
|
|
World!
|
|
"""
|
|
42
|