Skip to content

Instantly share code, notes, and snippets.

@hdgarrood
Created May 12, 2016 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hdgarrood/a619ff0b6e3396b0acc8ffc1444002e9 to your computer and use it in GitHub Desktop.
Save hdgarrood/a619ff0b6e3396b0acc8ffc1444002e9 to your computer and use it in GitHub Desktop.
module Main where
import
Prelude
Data.List (List)
Data.List as List
Control.Monad as Monad
Control.Monad.Eff.Console as Console
main = Console.log (show "hello world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment