This commit is contained in:
Timofey.Kovalev
2025-07-25 17:25:14 +03:00
parent a5055b226f
commit f3af311a30
4 changed files with 70 additions and 8 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
all: build
build: qini
qini: main.go
go build -o qini main.go