Initial commit
parent
56ba5d99d2
commit
7940f2f678
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main () {
|
||||
fmt.Println("butts")
|
||||
}
|
Loading…
Reference in New Issue