Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 688 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 688 Bytes

interview-starter-rust

Quick start template to use Rust in a coding interview.

Features

  • Language services
  • Launch profile with debugger support (not tested on Windows)
  • Format on save

Prerequisites

Make sure you have Rust installed: RustUp

Setup

git clone [email protected]:xsznix/interview-starter-rust my-interview
  1. Open the repo root in VS Code
  2. Install workspace-recommended extensions
  3. Go to "Run and Debug" tab
  4. Click the green arrow at the top to run/debug the program

If not using VS Code, run the program using the command cargo run.

License

CC0 1.0