all: run build: go build -o kek run: test go run main.go test: go test clean: rm kek