Variadic Functions in Go

# Introduction In Go, a function that can take a variable number of arguments is called a variadic function. This challenge will test your understanding of how to use variadic functions in Go.

|60 : 00

Click the virtual machine below to start practicing