This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
liuyq
/
add
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f27b7abd1e
Rami (Branch)
Tag
master
add
/
add.go
add.go
54 B
Cronologia
Originale
1
2
3
4
5
package add
func Add(a, b int) int {
return a + b
}