concurrency_with_go Learning about go routines, channels, sync, etc. Run go code go run main.go -number=50 Some inspiration: https://nathanleclaire.com/blog/2014/02/15/how-to-wait-for-all-goroutines-to-finish-executing-before-continuing/