Create Cabal executable project

This commit is contained in:
2024-11-12 12:26:43 -05:00
commit 45c1d41bde
3 changed files with 756 additions and 0 deletions

4
src/Main.hs Normal file
View File

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