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