User:Cabra/Sandbox: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
mNo edit summary
Line 36: Line 36:
== Fourth header ==
== Fourth header ==
Fifth one.
Fifth one.
{{DISPLAYTITLE:user:cabra/Sandbox}}

Revision as of 16:37, 23 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.