initial commit

This commit is contained in:
2025-08-27 23:26:36 +03:00
commit ae70c229f7
22 changed files with 1087 additions and 0 deletions

5
build.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
set GOARCH=amd64
set GOOS=linux
go build .
pause