init:
	cargo new guess_crate --bin --vcs none

clean:
	rm -rf guess_crate/target/debug/