initial commit

This commit is contained in:
mr0xb 2026-08-24 14:44:54 -04:00
commit 885e7d6e02
22 changed files with 3001 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "github.com/mr0xb/nxstats/cmd"
func main() {
cmd.Execute()
}