Programming Fundamentals/Introduction/Pseudocode

hello.txtEdit

... This program displays "Hello world!"

Function Main
    Output "Hello world!"
End

See AlsoEdit