func SumInt()

in go/helloworld/libs/calc.go [3:5]


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