Programming Fundamentals/Introduction/Pseudocode

hello.txt

edit
... This program displays "Hello world!"

Function Main
    Output "Hello world!"
End

See Also

edit