Initial commit

This commit is contained in:
2018-06-24 14:40:30 +02:00
commit a32661e913
5 changed files with 375 additions and 0 deletions

4
src/Main.hs Normal file
View File

@@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"