Set up simple stack project
This commit is contained in:
parent
d49b95b7b4
commit
b17c5d9d3d
9 changed files with 124 additions and 0 deletions
6
app/Main.hs
Normal file
6
app/Main.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module Main where
|
||||
|
||||
import Props
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn helloWorld
|
||||
Loading…
Add table
Add a link
Reference in a new issue