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