Files
valera/main.go
T
2023-03-11 15:35:23 +07:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, Go!")
}