...

/

Challenge: Sum With Goroutines

Challenge: Sum With Goroutines

Test the concepts we learned with a coding exercise.

Problem statement

For this challenge, implement a multi-threaded application to sum the numbers in the provided lists. The function will be provided with a slice of integer slices containing numbers to be added. It will then create ...