Use src instead of app
This commit is contained in:
parent
157ee636e8
commit
7caadcbeb9
2 changed files with 1 additions and 1 deletions
4
src/Main.hs
Normal file
4
src/Main.hs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module Main where
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello, Haskell!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue