Initial commit;

This commit is contained in:
2026-01-17 22:45:02 +03:00
commit 2b8c774d0a
34 changed files with 1728 additions and 0 deletions

9
cmd/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"steam_analyzer/internal/app"
)
func main() {
app.Run()
}