view 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 source

-- Jotto main

module Main where

import Lib

main :: IO ()
main = putStrLn "Hello world"