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