mirror of
https://github.com/walles/moar.git
synced 2024-11-27 11:03:58 +03:00
11 lines
102 B
Go
11 lines
102 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"rsc.io/quote"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(quote.Hello())
|
|
}
|