Sign in
go
/
scratch
/
e026d0e814b148437f51b8a94eb52e3a4ae6393c
/
.
/
lizrice
/
main.go
blob: 575e7a4f8701f9805eb4ff189ad1d75187e2ba41 [
file
] [
log
] [
blame
]
Liz Rice
d7c81c8
2018-06-20 19:22:09 +0100
[
diff
] [
blame
]
1
// Also I want to see what happens if I miss the copyright
2
3
package main
4
5
import "fmt"
6
7
func main() {
8
fmt.Printf("I could break this in countless ways like omitting the quote but go-fmt catches that.")
9
}