★ Final Challenge

Build a Pipeline

50 pts

Combine everything: implement Pipeline(nums []int) int that feeds the input through a three-stage channel pipeline — generate, square, sum — with each stage in its own goroutine.

Log in to submit a solution and earn points.