Programming Fundamentals/Introduction/Pseudocode
< Programming Fundamentals < Introduction
hello.txt
... This program displays "Hello world!"
Function Main
Output "Hello world!"
End