This commit is contained in:
2026-01-16 19:17:17 +01:00
parent 0e6e48cd7b
commit 486cf3f0bd

11
justfile Normal file
View File

@@ -0,0 +1,11 @@
######################
# Makefile for QRank #
######################
# Main target
run:
go run ./src
# Nix stuff
nix-run:
nix develop --command make run