master
1package main
2
3func Add(x, y int) int {
4	return x + y
5}