হ্যালো গো
package main
import "fmt"
func main() {
fmt.Println("hello, পৃথিবী!")
}$ go run hello.go
hello, পৃথিবী!Last updated
package main
import "fmt"
func main() {
fmt.Println("hello, পৃথিবী!")
}$ go run hello.go
hello, পৃথিবী!Last updated