This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
chang
/
gohello
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
cb5e3b0230
Grenar
Taggar
master
gohello
/
hello.go
hello.go
83 B
Historik
Rå
1
2
3
4
5
6
7
8
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello world!")
}