shad-go/sum/sum.go
2020-01-19 01:59:27 +03:00

7 lines
75 B
Go

// +build !solution
package sum
func Sum(a, b int64) int64 {
return 0
}