string_mult 0.3.4

String multiplication commands parser and evaluator
Documentation
all: build


build:
    cargo build


run:
    cargo run


test:
    cargo test


clean:
    cargo clean


fmt:
	cargo fmt


clippy:
	cargo clippy -- -D warnings