Jump to content

Category:ALGOL 60: Difference between revisions

Fix syntax highlighting tags
(→‎See also: Added Simula)
(Fix syntax highlighting tags)
Line 6:
 
Compiling and running Hello World with GNU Marst looks like this:
<syntaxhighlight lang="bash">
<lang bash>marst hello.alg -o hello.c
gcc hello.c -lalgol -lm -o hello
./hello</lang>
</syntaxhighlight>
 
==See also==
3,043

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.