Chaîne multililine rapide

// multiline string 
var str: String = """
Swift is awesome
I love Swift
"""

print(str)
SAMER SAEID