5 lines
59 B
Haskell
Raw Normal View History

2022-07-04 19:17:58 -04:00
import Lib
main :: IO ()
main = putStrLn "this is my app"