# Environment Setup The starter code and reference solution is available at [https://github.com/skyzh/mini-lsm](https://github.com/skyzh/mini-lsm). ## Install Rust See [https://rustup.rs](https://rustup.rs) for more information. ## Clone the repo ``` git clone https://github.com/skyzh/mini-lsm ``` ## Starter code ``` cd mini-lsm/mini-lsm-starter code . ``` ## Install Tools ``` cargo x install-tools ``` ## Run tests ``` cargo x copy-test --week 1 --day 1 cargo x scheck ``` {{#include copyright.md}}