summary refs log tree commit diff stats
path: root/go/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/main.go')
-rw-r--r--go/main.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/go/main.go b/go/main.go
new file mode 100644
index 0000000..7167706
--- /dev/null
+++ b/go/main.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+	"fmt"
+)
+
+func main() {
+	fmt.Printf("would you mind reading the fucking manual pages?\n")
+}