#golang exercise of the day at @Exercism: quick sum & exponentiation problem. There are more efficient ways of doing these, with bit shifting and such, but no need to complicate simple things! 42/#100DaysOfCode
1
0
2
35
0
Download Image
@writeonlycode @Exercism There's an O(1) way to write Total. Can you spot it?