Sign in
go
/
scratch
/
279bf1af7345b4c2f30d5c44a4552c6da3faa495
/
.
/
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()
}