Friday, 21 August 2015

Infinite Loop



#include<iostream>
using namespace std;
int main()
{
    while(1)
    cout<<"Da@N%$!*GEr ";

    }

No comments:

Post a Comment