feat: still working

This commit is contained in:
2024-09-01 14:20:27 +08:00
parent 02584eee70
commit 1971f37a9d
5 changed files with 166 additions and 101 deletions

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
_:
@just --list
run:
go run main.go
build:
go build main.go