Rust

    Hello Summary

    fn main() {
      println!("Hello World !");
    }
    

    Libraries

    Tips / Tricks

    Run single file with tests (avoid cargo)

    rustc --test file.rs

    FAQ

    Books