#include <iostream>

int main()
{
cout << “Bite My Riggs” << endl;
}

g++ -Wall -o bmr bmr.cpp</iostream>