Go R1 Day 68
progress
- Did exercism.io for gigasecond puzzle.
|
|
- Learned a bit more about using
Math.Pow()
, conversion of floats/ints, and dealing with time.Duration. - Tried using
Math.Pow()
to work through the issue, but got mixed up when usingtime.Duration()
which expects nanoseconds, and such. Went ahead and just used a constant for the exercise as not likely to use gigaseconds anytime soon. ๐
Webmentions