Test File 2 (SWIFT code) - Marty09/Test-File-SWIFT-code GitHub Wiki

var Line1 = "Three rings to the Elven kings who live beneath the sky"

var Line2 = "Seven rings to the Dwarf lords within their halls of stone"

var Line3 = "Nine rings to mortal men doomed to die"

var Line4 = "One to the Dark Lord on his dark throne"

var Line5 = "In the land of Mordor, where shadows lie"

var Line6 = "One Ring to rule them all, One ring to find them"

var Line7 = "One Ring to bring them all and in the darkness bind them"

var Line8 = "In the land of Mordor, where shadows lie"

print(Line1) print(Line2) print(Line3) print(Line4) print(Line5) print(Line6) print(Line7) print(Line8)