/golang.interview

Program that sum up numbers using goroutines and channels

Primary LanguageGo

Problem

Write a program that sum up the numbers

  1. generate numbers in one goroutine
  2. start x worker goroutines to sum up in parallel ????
  3. stop the generator
  4. get total sum