Cabal init and added nix

This commit is contained in:
2023-10-12 15:01:36 +02:00
parent 43980f1087
commit 14d4edbe77
8 changed files with 249 additions and 7 deletions

4
app/Main.hs Normal file
View File

@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"