Created
March 29, 2019 16:14
-
-
Save ruuda/ade9e83080278c7114177fa5be77cdc8 to your computer and use it in GitHub Desktop.
Clock emoji
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
main = putStrLn $ [1..12::Int] >>= (\t -> [t, 30 + t * 100]) >>= (\t -> ":clock" ++ (show t) ++ ": ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment