diff options
Diffstat (limited to 'rushs/tinyprintf/alphabet')
| -rw-r--r-- | rushs/tinyprintf/alphabet/alphabet.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rushs/tinyprintf/alphabet/alphabet.c b/rushs/tinyprintf/alphabet/alphabet.c deleted file mode 100644 index 9496c66..0000000 --- a/rushs/tinyprintf/alphabet/alphabet.c +++ /dev/null @@ -1,13 +0,0 @@ -#include <stdio.h> - -int main(void) -{ - for (char i = 'a'; i < 'z'; i++) - { - putchar(i); - putchar(' '); - } - putchar('z'); - putchar('\n'); - return 0; -} |
