/ Published in: C++
It will spam the hell out of you
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#include <iostream> #include <string> using namespace std; int main() { while(true) { cout << "Hello World!" << endl; } }