Files
go/hello/hello.go
2026-02-23 23:10:39 +01:00

12 lines
91 B
Go

package main
import (
"fmt"
"rsc.io/quote"
)
func main() {
fmt.Println(quote.Go())
}