default: build

build:
	go build -o bin/app main.go

