// 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() | |
} |