package
0.0.0-20210418013023-498cede6354f
Repository: https://github.com/ajithkumar-raj/go-learn.git
Documentation: pkg.go.dev
# README
Calculate sum of all multiple of 3 and 5 less MAX value.
Example
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9.
The sum of these multiples is 23.
# Constants
MAX is max value for finding sum of all the multiples of 3 or 5.