Merge pull request #348 from amintasvrp/amintasvrp

My name on read.md
This commit is contained in:
Josh Cunningham
2018-10-09 08:58:32 -07:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

3
code/HelloWorld.hs Normal file
View File

@@ -0,0 +1,3 @@
main :: IO()
main = do
putStrLn("Hello World ! I am Amintas :)")