gotest/hello.go
2024-12-16 11:37:46 +01:00

8 lines
78 B
Go

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