Created
December 20, 2023 03:23
-
-
Save silasolla/7ee9e3d707e2a88cd5969177cb90f433 to your computer and use it in GitHub Desktop.
An Introduction to Haskell
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 :: IO () | |
| main = mapM_ putStrLn unko where unko = "unko" : unko |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment