Initialize project

This commit is contained in:
David Pätzel
2019-05-30 12:40:32 +02:00
commit 2929bc7e92
8 changed files with 751 additions and 0 deletions

8
src/Main.hs Normal file
View File

@@ -0,0 +1,8 @@
{-# LANGUAGE NoImplicitPrelude #-}
import Protolude
main
= putStrLn "It runs."