User:Cabra/Sandbox

From TestWiki
Revision as of 16:40, 22 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

Trird header

Third one.

First lesser header

Fourth one.

Fourth header

Fifth one.