feat: first commit

This commit is contained in:
2026-02-12 16:09:17 +01:00
commit 9448277a69
9 changed files with 237 additions and 0 deletions

13
main.go Normal file
View File

@@ -0,0 +1,13 @@
package main
import (
"fmt"
"github.com/Superredstone/spotiflac-cli/app"
)
func main() {
application := app.NewApp()
}