First not working app skeleton with nix support and dependency setup and generated logo not final structure

This commit is contained in:
Jonas Hahn
2025-08-22 17:37:43 +02:00
parent 99306dd26f
commit 6f53cddf6c
24 changed files with 1382 additions and 87 deletions

9
cmd/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
app "gitlab.gwdg.de/qrank/qrank/src"
)
func main() {
app.App()
}