{{stub}}{{language|bnf=http://www.masswerk.at/algol60/syntax.txt}}

See these links for information on how to run Algol 60 programs:
* https://www.linuxvoice.com/algol-the-language-of-academia/
* https://www.gnu.org/software/marst/

Compiling and running Hello World with GNU Marst looks like this:
<syntaxhighlight lang="bash">
marst hello.alg -o hello.c
gcc hello.c -lalgol -lm -o hello
./hello
</syntaxhighlight>

==See also==
*[[wp:ALGOL|ALGOL on Wikipedia]]
*[[wp:ALGOL 60|ALGOL 60 on Wikipedia]]
*[[ALGOL 68]]
*[[ALGOL W]]
*[[Simula]]

==External links==
* [http://algol60.org algol60.org]
* [https://softwarepreservation.computerhistory.org/ALGOL/ History of ALGOL] Includes links to documentation (e.g. reports)
* [https://www.masswerk.at/algol60/report.htm Revised Report on the Algorithmic Language Algol 60] (HTML)