mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-03 09:33:57 +00:00
5 lines
59 B
Haskell
5 lines
59 B
Haskell
import Lib
|
|
|
|
main :: IO ()
|
|
main = putStrLn "this is my app"
|