Skip to content

Instantly share code, notes, and snippets.

@silasolla
Created December 20, 2023 03:23
Show Gist options
  • Select an option

  • Save silasolla/7ee9e3d707e2a88cd5969177cb90f433 to your computer and use it in GitHub Desktop.

Select an option

Save silasolla/7ee9e3d707e2a88cd5969177cb90f433 to your computer and use it in GitHub Desktop.
An Introduction to Haskell
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