all:
	go build -o test/main test/main.go

clean:
	rm -f test/main
