mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-08 21:46:41 +00:00
5 lines
59 B
Haskell
5 lines
59 B
Haskell
import Lib
|
|
|
|
main :: IO ()
|
|
main = putStrLn "this is my app"
|