lizrice: experiment with committing to scratch

This is, y'know, practising, but this time I have something that compiles.

Change-Id: I51d66c9184728964e70b140164646aaa46acadad
Reviewed-on: https://go-review.googlesource.com/120117
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/lizrice/main.go b/lizrice/main.go
new file mode 100644
index 0000000..575e7a4
--- /dev/null
+++ b/lizrice/main.go
@@ -0,0 +1,9 @@
+// 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.")
+}