Last active
April 18, 2016 15:37
-
-
Save iamjason/94d699cd0d993cb1054948f55d5d3ff7 to your computer and use it in GitHub Desktop.
Revisions
-
iamjason revised this gist
Apr 18, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ // Inspired by: https://gist.github.com/futurepaul/8b99d502006cf8a67a93 import UIKit typealias ๐พ = String -
iamjason created this gist
Apr 18, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ import UIKit typealias ๐พ = String let ๐ = "๐ฆ๐๐ถ๐บ๐ฑ๐ญ๐น๐ฐ๐ธ๐ฏ๐จ๐ป๐ท๐ฝ๐ฎ๐๐ต๐๐ด๐๐๐ผ๐ง๐ฆ๐ค๐ฅ๐ฃ๐๐๐ข๐๐๐๐๐๐๐๐ ๐๐ฌ๐ณ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐ฒ๐ก๐๐ซ๐ช๐๐๐ฉ" let ๐ข = ๐.characters .map { (๐) -> ๐พ in return ๐พ(๐) } .map { (๐) -> ๐พ in switch ๐ { case "๐", "๐", "๐", "๐": return (๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐ + ๐) default: return (๐ + ๐) } } print(๐ข)