Hello world/Text: Difference between revisions

Content added Content deleted
(Add bruijn)
Line 956: Line 956:
<syntaxhighlight lang="brlcad">
<syntaxhighlight lang="brlcad">
echo Hello world!
echo Hello world!
</syntaxhighlight>

=={{header|Bruijn}}==

Ignore stdin by not referring to the abstraction:

<syntaxhighlight lang="bruijn">
main ["Hello world!"]
</syntaxhighlight>
</syntaxhighlight>