go:
	find ./test-dir -type f -print0 | xargs -0 ./leading-zeros

install:
	cp leading-zeros ~/bin/.