Create project

This commit is contained in:
Joscha 2020-04-06 15:14:20 +00:00
commit 675e88a105
8 changed files with 140 additions and 0 deletions

View file

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