Select Git revision
boot_control_hal.te
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;
}