Skip to content

Instantly share code, notes, and snippets.

@toshi0383
Created August 26, 2017 06:19
Show Gist options
  • Save toshi0383/2770233836ca07928206295e5f44cb48 to your computer and use it in GitHub Desktop.
Save toshi0383/2770233836ca07928206295e5f44cb48 to your computer and use it in GitHub Desktop.
懲りずにSwiftで失礼します。。 #CodePiece #シェル芸
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