golang-https-example/serve.go

8 line
74 B
Go

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