File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2022 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+
5
+ package main
6
+
7
+ func quote1 () {
8
+ println ("Obfuscate the pancakes!" )
9
+ println ()
10
+ }
11
+
12
+ func quote2 () {
13
+ println ("From the label of a secure disk: Nemo me impune accessit" )
14
+ println ()
15
+ }
Original file line number Diff line number Diff line change 4
4
5
5
package main
6
6
7
- func quote1 () {
8
- println ("Obfuscate the pancakes!" )
9
- println ()
10
- }
11
-
12
- func quote2 () {
13
- println ("From the label of a secure disk: Nemo me impune accessit" )
14
- println ()
15
- }
16
-
17
7
func quote3 () {
18
8
println ("MY SENSORS INDICATE TRACE AMOUNTS OF CHOCOLATE IN THE PANTRY. PLEASE LOAD" )
19
9
println ("SOME IN MY SCOOP FOR ANALYSIS." )
You can’t perform that action at this time.
0 commit comments