#include using namespace std; int main() { int prog_on; prog_on = 1; cout << "Currently a computer science student..."; cout << "... and a part time cyberpunk." << endl; do { cout << "574y 1337 0r b3 h4ck3d "; //yes its spam } while (prog_on==1); return 0; }