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

6
app/Main.hs Normal file
View file

@ -0,0 +1,6 @@
module Main where
import Props
main :: IO ()
main = putStrLn helloWorld