This commit is contained in:
2024-11-17 21:08:10 +07:00
parent 1b8c97f5e7
commit 744fdcd0d9
4 changed files with 13 additions and 9 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
build:
go build -o bin/
run:
go run .