hello-world-go/main.go
2026-06-06 11:13:41 +00:00

7 lines
77 B
Go

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