mkdir lib-hello && cd lib-hello cargo init --name trait_exerci --lib
mkdir bin-hello && cd bin-hello cargo init --name hello-trait --bin