-
-
Save skywinder/4688531c72897234dea3 to your computer and use it in GitHub Desktop.
The biblical flood, in Swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let ๐ = "๐ถ๐บ๐ฑ๐ญ๐น๐ฐ๐ธ๐ฏ๐จ๐ป๐ท๐ฝ๐ฎ๐๐ต๐๐ด๐๐๐ผ๐ง๐ฆ๐ค๐ฅ๐ฃ๐๐๐ข๐๐๐๐๐๐๐๐ ๐๐ฌ๐ณ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐ฒ๐ก๐๐ซ๐ช๐๐๐ฉ" | |
var ๐ข: [String] = [] | |
for ๐พ in ๐.characters { | |
let ๐ = String(๐พ) | |
๐ข.append(๐ + ๐) | |
} | |
๐ข |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment