House of vanity 341b1a0aa7 Create README.md
2018-03-05 15:23:20 +03:00
2018-03-05 15:11:05 +03:00
2018-03-05 15:23:20 +03:00
2018-03-05 15:13:37 +03:00
2018-03-05 15:17:45 +03:00

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.

Description
Sum all digits in numbers from 0 to Y
Readme Apache-2.0 1.3 MiB
Languages
C 96.1%
Rust 1.6%
Python 0.9%
Go 0.7%
Java 0.3%
Other 0.4%