Use src instead of app

This commit is contained in:
Martin Fredin 2023-01-17 15:34:32 +01:00
parent 157ee636e8
commit 7caadcbeb9
2 changed files with 1 additions and 1 deletions

4
src/Main.hs Normal file
View file

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