Initial commit

This commit is contained in:
2019-10-15 19:47:54 +03:00
commit 994532b71f
10 changed files with 71 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!"