sisimogangg / golang.interview

Program that sum up numbers using goroutines and channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Program that sum up numbers using goroutines and channels


Languages

Language:Go 100.0%