Watch this tutorial: https://doc.rust-lang.org/book/ch01-01-installation.html
Hello World
fn main() {
println!("Hello World");
}
About 2 min
Watch this tutorial: https://doc.rust-lang.org/book/ch01-01-installation.html
fn main() {
println!("Hello World");
}