Sign in
go
/
scratch
/
93ead2cf4f19c3e89da5bc2ee6ee6d59bb89505f
/
.
/
lizrice
/
main.go
blob: 575e7a4f8701f9805eb4ff189ad1d75187e2ba41 [
file
] [
log
] [
blame
]
// Also I want to see what happens if I miss the copyright
package main
import "fmt"
func main() {
fmt.Printf("I could break this in countless ways like omitting the quote but go-fmt catches that.")
}