run:
	cargo run -- --file input.txt output.txt

test:
	cargo test

fmt:
	cargo fmt

clippy:
	cargo clippy

help:
	cargo run -- --help

credits:
	cargo run -- --credits



