diff jotto/app/Main.hs @ 11:35881e1404dc default tip

output something different
author Jeff Hammel <k0scist@gmail.com>
date Mon, 01 Jan 2018 14:55:37 -0800
parents 3fcf9e52cbfa
children
line wrap: on
line diff
--- a/jotto/app/Main.hs	Mon Jan 01 14:51:58 2018 -0800
+++ b/jotto/app/Main.hs	Mon Jan 01 14:55:37 2018 -0800
@@ -5,4 +5,4 @@
 import Lib
 
 main :: IO ()
-main = someFunc
+main = putStrLn "Hello world"