starting the project

This commit is contained in:
chunghh
2023-07-21 10:11:16 +09:00
commit 70646c256e
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