Sign in
go
/
scratch
/
a3bfdabdfc00a79ce577849d00fa6f3746f52bfe
/
.
/
thanm
/
main.go
blob: b026daab05bb6aa31678a01310e51c107a3bf5f3 [
file
] [
log
] [
blame
]
// Copyright 2022 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
func main() {
quote1()
quote2()
quote3()
quote4()
}