starting the project

This commit is contained in:
2023-07-21 18:32:51 +09:00
commit a8ea8fbf94
7 changed files with 1523 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
cd bin && CGO_ENABLED=0 go build -x -o pcl main.go
clean:
cd bin && go clean -x && rm -f pcl