learning_go/test-vs-code/main.go
2025-06-21 20:38:21 +03:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello World")
}