You are viewing a single comment's thread. Return to all comments →
Haskell
hello_world::IO() hello_world = putStrLn "Hello World" main = do hello_world
Hello World
You are viewing a single comment's thread. Return to all comments →
Haskell