User:Cabra/Sandbox: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
No edit summary
Line 9: Line 9:


== Code example ==
== Code example ==
<syntaxhighlight lang="cpp" line="1">
<pre style="padding: 10px; border: 1px solid white; border-radius: 4px; witdh: 100%; background-color: #BBBBBB;">
#include <iostream>
#include <iostream>


Line 23: Line 23:
return 0;
return 0;
}
}
</syntaxhighlight>
</pre>
Why is this thing even here? lol
Why is this thing even here? lol<br>
Not likely to use it outside this sandbox, though. Don't see how.


== Trird header ==
== Trird header ==

Revision as of 16:46, 22 September 2021

This 1 2 3 4 6 7.
EEEEEh

First header

First one.

Code example

#include <iostream>

int main()
{
   int x{0};
   while (x != 8)
   {
      std::cout << "Ehh\n";
      x += 1;
      std::cout << "x = " << x << '\n';
   }
   return 0;
}

Why is this thing even here? lol
Not likely to use it outside this sandbox, though. Don't see how.

Trird header

Third one.

First lesser header

Fourth one.

Fourth header

Fifth one.