Last active
December 31, 2017 04:05
-
-
Save curtiswilkinson/c4384bd81c81883972e3a091ac66d28c to your computer and use it in GitHub Desktop.
Basic putStrLn
This file contains 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
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