1
0
Files
2022-09-29 17:59:04 +03:00

10 lines
92 B
C

#include <stdio.h>
main(int argc, char *argv[])
{
int i;
i = atoi(argv[1]);
iter(i);
}