Files
learning_go/ch1/hello.go
2026-02-21 14:09:13 +03:00

10 lines
106 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Hello ttt sad , %s!\n", "world")
}