From 7940f2f678c53deb2adab6286a9f1c7b2c8f7722 Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Fri, 26 Apr 2019 22:23:04 -0400 Subject: [PATCH] Initial commit --- buttsbot.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 buttsbot.go diff --git a/buttsbot.go b/buttsbot.go new file mode 100644 index 0000000..0c9fa72 --- /dev/null +++ b/buttsbot.go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main () { + fmt.Println("butts") +} \ No newline at end of file