Solution Review: Summing the Integers
This lesson discusses the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
The function sum expects the two integers, and a channel to put the resulting sum on (line 6). So, at ...