No edit summary
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 10: Line 10:
</syntaxhighlight>
</syntaxhighlight>


<source lang="cpp">
<syntaxhighlight lang="cpp">
#include <iostream>
#include <iostream>


Line 17: Line 17:
     return 0;
     return 0;
}
}
</source>
</syntaxhighlight>