go/helloworld/libs/calc.go (4 lines of code) (raw):

package libs func SumInt(one int, two int) int { return one + two }