Skip to content

Instantly share code, notes, and snippets.

@lumie1337
Last active June 23, 2020 07:23
-- 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