This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
jaxmu
/
go-test
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
ce5ae68b8e
Ramos
Etiquetas
main
go-test
/
test
/
test.go
test.go
71 B
Histórico
Em bruto
1
2
3
4
5
6
// test/test.go
package test
func Add(a, b int) int {
return a + b
}