Set up simple stack project

This commit is contained in:
Joscha 2020-11-24 22:56:50 +00:00
parent d49b95b7b4
commit b17c5d9d3d
9 changed files with 124 additions and 0 deletions

4
src/Props.hs Normal file
View file

@ -0,0 +1,4 @@
module Props where
helloWorld :: String
helloWorld = "Hello World!"