RosettaCodeData/Task/Literals-String/Julia/literals-string-4.jl
2024-10-16 18:07:41 -07:00

5 lines
56 B
Julia

str = """Hello,
world.
"""
print(str)