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

View file

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