Skip to content
Snippets Groups Projects
Select Git revision
  • fcf1aa65f47b0afb202aa23512e4579e79d2880d
  • master default protected
2 results

task_1.cpp

Blame
  • task_1.cpp 179 B
    #include <iostream>
    
    /*
    	For this task, read in a number n on cin and print out the first n square numbers each in their own line
    */
    int main(int argc, char **argv) {
    	return 0;
    }