This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
toor
/
learn
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
09c91f9f4b
Rami (Branch)
Tag
main
learn
/
golang-learn
/
01-env_hello_world
/
main.go
main.go
74 B
Cronologia
Originale
1
2
3
4
5
6
7
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}