comparison 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
comparison
equal deleted inserted replaced
10:a5f50dab9fcd 11:35881e1404dc
3 module Main where 3 module Main where
4 4
5 import Lib 5 import Lib
6 6
7 main :: IO () 7 main :: IO ()
8 main = someFunc 8 main = putStrLn "Hello world"