C# Internal Competition
Internally there was a race for the best-performing-solution on the following scenario:
A function has a string-parameter containing only digits. The function shall increment the value and return a string having the same format.
For example: input is ’0100′ the returnvalue is ’0101′ Continue reading





