Skip to content

Instantly share code, notes, and snippets.

@lumie1337
Last active June 23, 2020 07:23
Show Gist options
  • Save lumie1337/c55dc9605ee0f549b74822a2303aaee1 to your computer and use it in GitHub Desktop.
Save lumie1337/c55dc9605ee0f549b74822a2303aaee1 to your computer and use it in GitHub Desktop.
-- 82
main=interact$pure.head.foldl(\x y->tail$dropWhile (/=y) x) (cycle "JFMAMJJASOND")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment