Skip to content

Instantly share code, notes, and snippets.

@mraza007
Created January 2, 2019 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mraza007/029f90cf278eea87efe1bbfccb15043a to your computer and use it in GitHub Desktop.
Save mraza007/029f90cf278eea87efe1bbfccb15043a to your computer and use it in GitHub Desktop.
#include<iostream>
using namespace std;
int main(){
for(int i=0; i<1000000; i++){
cout << i*i << endl;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment