Hello I have the following simple program: I have a function printNums(nums chan int) which should take 3 numbers from a channel and print them concurrent
printNums(nums chan int)