added base code

This commit is contained in:
2020-12-24 15:29:06 +04:00
parent c440559832
commit 47f044381c
7 changed files with 755 additions and 0 deletions

5
Makefile Normal file
View File

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