shad-go/sum/sum.go

8 lines
75 B
Go
Raw Normal View History

// +build !solution
package sum
2020-01-18 22:59:27 +00:00
func Sum(a, b int64) int64 {
return 0
}