#include <iostream>
using namespace std;
int main()
{
cout << "So instead of using the code tags we use these?"<< endl;
cout << "Thats nice."<< endl;
/*I first thought i had to use the highlight behind every command,
but i didn't so i'm relieved. :P that wouldn't have been so useful,
well,it would have taken a long time to post the code then. */
return 0;
}