Create README.md

This commit is contained in:
House of vanity
2018-03-05 15:23:20 +03:00
committed by GitHub
parent 00e1f4af75
commit 341b1a0aa7

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# sum_counter
Sum all digits in numbers from 0 to Y
Both scripts do the same - just sum every digit in every number.
ex. 0 - 12 = 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + *1 + 0 + 1 + 1 + 1 + 2* = 51
Both versions use fork and tested on linux.