Jump to content

Hello world/Text: Difference between revisions

no edit summary
No edit summary
Line 3,392:
=={{header|Onyx}}==
<syntaxhighlight lang="onyx">`Hello world!\n' print flush</syntaxhighlight>
 
=={{header|Onyx (wasm)}}==
<syntaxhighlight lang="TS">
use core {printf}
main :: () {
printf("Hello world!");
}
</syntaxhighlight>
{{out}}
<pre>
Hello world!
</pre>
 
=={{header|OOC}}==
16

edits

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