learn rust My self-learning journey of Rust programming language. Build & run an program cd x-hello-world rustc main.rs ./main Clean When you want to clean all the main executables, you can run the following command: rm -rf ./**/main Format rustfmt ./**/main.rs