Created
August 26, 2017 06:19
-
-
Save toshi0383/2770233836ca07928206295e5f44cb48 to your computer and use it in GitHub Desktop.
懲りずにSwiftで失礼します。。 #CodePiece #シェル芸
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
echo 'print((0...20).map { Int($0) }.reduce([]) { (acc: [Int], e: Int) -> [Int] in acc.count < 2 ? acc + [e] : acc + [acc.last! + acc[acc.count-2]] }.filter { $0 <= 6765 }.dropLast().dropLast().dropLast().last!)' | swift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment