user:cabra/Sandbox

From TestWiki
Revision as of 16:37, 23 September 2021 by Cabra (talk | contribs)

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.