mirror of
https://github.com/house-of-vanity/sum_counter.git
synced 2025-08-21 15:57:19 +00:00
8 lines
246 B
Markdown
8 lines
246 B
Markdown
# 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.
|