diff options
Diffstat (limited to 'rushs/tinyprintf/repeat')
| -rw-r--r-- | rushs/tinyprintf/repeat/repeat.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rushs/tinyprintf/repeat/repeat.c b/rushs/tinyprintf/repeat/repeat.c deleted file mode 100644 index 06d0b43..0000000 --- a/rushs/tinyprintf/repeat/repeat.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <stdio.h> - -int main(int argc, char **argv) -{ - if (argc != 3) - return 1; - - for (int i = 0; i < argv[2][0] - '0'; i++) - puts(argv[1]); - return 0; -} |
