index
:
xlgmokha/hello.go.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adder.go
blob: 72e35b760818b10e4a0f146ffd164277bdebd7ab (
plain
)
1
2
3
4
5
package main func Add(x, y int) int { return x + y }