summaryrefslogtreecommitdiff
path: root/cmd/statsbot/main.go
blob: c04811917f0218be3c10c48c5d26f129a82812f2 (plain)
1
2
3
4
5
6
7
package main

import "fmt"

func main() {
	fmt.Println("hello world")
}