7 lines
75 B
Go
7 lines
75 B
Go
// +build !solution
|
|
|
|
package sum
|
|
|
|
func Sum(a, b int64) int64 {
|
|
return 0
|
|
}
|