This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
simon
/
pragprog.com
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
80d35a6256
Branches
Tags
main
pragprog.com
/
rggo
/
processes
/
goci
/
testdata
/
tool
/
add.go
add.go
54 B
Verlauf
Originalformat
1
2
3
4
5
6
package add
func add(a, b int) int {
return a + b
}