blob: 6c041aed3243dc174b259cbad3c3af0b424409cc [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 quote3() {
println("MY SENSORS INDICATE TRACE AMOUNTS OF CHOCOLATE IN THE PANTRY. PLEASE LOAD")
println("SOME IN MY SCOOP FOR ANALYSIS.")
println("No, you'll spoil your appetite.")
println("MY MISSION MUST NOT FAIL. PREPARE FOR ANNIHILATION, PITIFUL EARTH FEMALE.")
println()
}
func quote4() {
println("Never send a bunny to do a duck's job.")
println()
}