Skip to content

Instantly share code, notes, and snippets.

@ruuda
Created March 29, 2019 16:14
Show Gist options
  • Save ruuda/ade9e83080278c7114177fa5be77cdc8 to your computer and use it in GitHub Desktop.
Save ruuda/ade9e83080278c7114177fa5be77cdc8 to your computer and use it in GitHub Desktop.
Clock emoji
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