Skip to content

AugustinMauroy/learn-rust

Repository files navigation

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

About

my self-taught learning of rust

Topics

Resources

Stars

Watchers

Forks

Languages