Replace ints
with int
s
This commit is contained in:
parent
8dcf72d27d
commit
d4b81ba058
@ -8,7 +8,7 @@ package main
|
||||
import "fmt"
|
||||
|
||||
// Here's a function that will take an arbitrary number
|
||||
// of `ints` as arguments.
|
||||
// of `int`s as arguments.
|
||||
func sum(nums ...int) {
|
||||
fmt.Print(nums, " ")
|
||||
total := 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user