#include #include int main(int argc, char **argv) { for (int i = 0; i < atoi(argv[1]); i++){ printf("%d ", i); } printf("\n"); }