hello.go
Code
Branches
Tags
Commits
master
hello.go
/
adder.go
Top
1
package
main
2
3
func
Add
(
x
,
y
int
)
int
{
4
return
x
+
y
5
}