Last active
June 23, 2020 07:23
-
-
Save lumie1337/c55dc9605ee0f549b74822a2303aaee1 to your computer and use it in GitHub Desktop.
This file contains 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
-- 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