Skip to content

Commit 4311a5e

Browse files
committed
Haskell
1 parent 577a2ac commit 4311a5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Haskell/hello_world.hs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
main = do
2+
putStrLn "Enter Your Name:"
3+
name <- getLine
4+
putStrLn ("Hello " ++ name ++ "!")

0 commit comments

Comments
 (0)