Mark McGranaghan 3474d39dc5 index work
2012-09-23 14:33:49 -07:00

5 lines
51 B
Bash

$ go run varadic.go
[1 2] 3
[1 2 3] 6
[1 2 3 4] 10