From cc40d94b3edb6ab22954e20d9ca0ddd66dcacf3b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 11 Oct 2025 19:16:45 +0500 Subject: initial commit --- cmd/statsbot/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/statsbot/main.go (limited to 'cmd') diff --git a/cmd/statsbot/main.go b/cmd/statsbot/main.go new file mode 100644 index 0000000..c048119 --- /dev/null +++ b/cmd/statsbot/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("hello world") +} -- cgit v1.2.3