6 lines
111 B
Go
6 lines
111 B
Go
package helper
|
|
|
|
// Function to Test with go test
|
|
func Func2test(num1, num2 int)(res int){
|
|
return num1 + num2
|
|
} |