Hello world/Text: Difference between revisions

Updated C3
(→‎Insitux: implementation)
(Updated C3)
Line 854:
<syntaxhighlight lang="c3">import std::io;
 
fn intvoid main()
{
io::printlnprintn("Hello, World!");
return 0;
}</syntaxhighlight>
 
38

edits