You are viewing a single comment's thread. Return to all comments →
If you're struggling with doing this in Haskell because it prints "Hello World" and not Hello World, look up putStrLn.
"Hello World"
Hello World
putStrLn
Seems like cookies are disabled on this browser, please enable them to open this website
Hello World
You are viewing a single comment's thread. Return to all comments →
If you're struggling with doing this in Haskell because it prints
"Hello World"
and notHello World
, look upputStrLn
.