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