Skip to content

Commit

Permalink
Create hello_world.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
acolum authored Oct 5, 2019
1 parent 23fa512 commit 0a7ebf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/Haskell/hello_world.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Hello, World!"

0 comments on commit 0a7ebf5

Please sign in to comment.