• + 0 comments

    Haskell

    hello_world::IO()
    hello_world = putStrLn "Hello World"
    
    main = do
    	hello_world