gotest/hello.go

9 lines
78 B
Go
Raw Permalink Normal View History

2024-12-16 10:37:46 +00:00
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}