Content deleted Content added
Tag: |
syntaxhighlight & fix lint |
||
Line 145:
the line:
<syntaxhighlight lang="text">
stdout.printf("hello world!\n");
</
means that <code>stdout</code>, which is an instance of the streams class, which is capable to process the <code>printf("hello world!\n")</code> message.
|