Create project

This commit is contained in:
Joscha 2020-02-29 20:51:27 +00:00
commit c32d5faefc
11 changed files with 196 additions and 0 deletions

4
app/Main.hs Normal file
View file

@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "Nothing to see here"