Skip to content

Instantly share code, notes, and snippets.

@curtiswilkinson
Last active December 31, 2017 04:05
Show Gist options
  • Save curtiswilkinson/c4384bd81c81883972e3a091ac66d28c to your computer and use it in GitHub Desktop.
Save curtiswilkinson/c4384bd81c81883972e3a091ac66d28c to your computer and use it in GitHub Desktop.
Basic putStrLn
module Main where
import System.IO
main :: IO ()
main = putStrLn "Hey! This does some IO stuff and prints to the console"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment