Skip to content

Instantly share code, notes, and snippets.

@ApolloZhu
Created January 13, 2018 15:54
Show Gist options
  • Save ApolloZhu/19dee191c4cf469eadd97813ae1fe860 to your computer and use it in GitHub Desktop.
Save ApolloZhu/19dee191c4cf469eadd97813ae1fe860 to your computer and use it in GitHub Desktop.
import Foundation
let c={(s:String) in s.utf8.map{String(format:"%02d",$0-96)}.joined()}
_ = ["helloworld","codegolf","alphabetcipher","johncena"].map{print(c($0))}
print(" ")
print("codegolf".utf8.map{String(format:"%02d",$0-96)}.joined())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment