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