Files
dotfiles/templates/haskell/app/Main.hs
T

5 lines
59 B
Haskell

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