rustlings

solving rustlings ft. dracuxan
git clone [email protected]:dracuxan/rustlings.git
Log | Files | Refs

README.md (259B)


      1 # Intro
      2 
      3 Rust uses the `print!` and `println!` macros to print text to the console.
      4 
      5 ## Further information
      6 
      7 - [Hello World](https://doc.rust-lang.org/rust-by-example/hello.html)
      8 - [Formatted print](https://doc.rust-lang.org/rust-by-example/hello/print.html)