dotfiles/templates/haskell/app/Main.hs
2022-07-04 19:17:58 -04:00

5 lines
59 B
Haskell

import Lib
main :: IO ()
main = putStrLn "this is my app"