diff options
| author | ilotterytea <iltsu@alright.party> | 2025-10-11 19:16:45 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-10-11 19:16:45 +0500 |
| commit | cc40d94b3edb6ab22954e20d9ca0ddd66dcacf3b (patch) | |
| tree | f0fd7ab2cac077af6cd111a7989a7809a645c26a /cmd | |
initial commit
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/statsbot/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
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") +} |
