Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 201 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 201 Bytes

Program proposed in Chapter 3 of The Rust Programming Language Book.

Options to run:

  • cargo run
  • cargo build --release -> builds an executable in target/release/ which can be run standalone