blob: 180ac9ebdecade995edf2fef5b10eae0ef31230a [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 quote1() {
println("Obfuscate the pancakes!")
println()
}
func quote2() {
println("From the label of a secure disk: Nemo me impune accessit")
println()
}