Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
syntaxhighlight & fix lint |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Talk header}}
{{WikiProject Computer science
{{WikiProject Computing
{{WikiProject C/C++|importance=Mid|c=yes}}
▲{{WikiProject C/C++|class=Start|importance=Mid|c=yes}}
}}
==run()==
Line 147 ⟶ 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.
|