Cabal init
This commit is contained in:
5
app/Main.hs
Normal file
5
app/Main.hs
Normal file
@ -0,0 +1,5 @@
|
||||
module Main where
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
putStrLn "Hello, Haskell!"
|
||||
Reference in New Issue
Block a user