User:Cabra/Sandbox: Difference between revisions

From TestWiki
Content added Content deleted
mNo edit summary
No edit summary
Line 4: Line 4:
This 1 2 3 4 6 7.
This 1 2 3 4 6 7.
<br>EEEEEh
<br>EEEEEh

This is my sandbox.<ref name="me">Me</ref> And it will be actively updated.<ref name="me" />{{fix
|link=w:Wikipedia:Verifiability
|text=verification needed
|title=The material near this tag needs to be fact-checked with the cited source(s).}}


== First header ==
== First header ==
Line 36: Line 41:
== Fourth header ==
== Fourth header ==
Fifth one.
Fifth one.

== References ==
<references />
{{DISPLAYTITLE:user:cabra/Sandbox}}
{{DISPLAYTITLE:user:cabra/Sandbox}}

Revision as of 19:00, 23 September 2021

This 1 2 3 4 6 7.
EEEEEh

This is my sandbox.[1] And it will be actively updated.[1][verification needed]

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.

References

  1. 1.0 1.1 Me