all:
	CGO_ENABLED=0 GOOS=linux go build main.go
	zip code.zip  main
