/nodigit-c

Print the numbers from one to one hundred without using any digits in the code.

Primary LanguageC

No Digit

Print the numbers from one to one hundred without using digits in the code

C implementation

Compile

cc -o nodigit ./nd.c