Initial commit

pull/1/head
pocketjawa 2019-04-26 22:23:04 -04:00
parent 56ba5d99d2
commit 7940f2f678
1 changed files with 9 additions and 0 deletions

9
buttsbot.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main () {
fmt.Println("butts")
}