package main import ( "fmt" student "student" "lib" ) func main() { table := append(lib.MultRandInt(), lib.MinInt, lib.MaxInt, 0, ) for _, arg := range table { lib.Challenge("PrintNbr", student.PrintNbr, fmt.Print, arg) } }