Skip to content

Commit

Permalink
2023: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MLNW committed Dec 2, 2023
1 parent a161832 commit 910d4cf
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions 2023-rust/README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,19 @@
<img src="./.assets/christmas_ferris.png" width="164">

# 🎄 Advent of Code {year}
# 🎄 Advent of Code 2023

Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).


<!--- benchmarking table --->
## Benchmarks

---

## Template setup

This template supports all major OS (macOS, Linux, Windows).

### Create your repository 📝

1. Open [the template repository](https://github.com/fspoettel/advent-of-code-rust) on Github.
2. Click [Use this template](https://github.com/fspoettel/advent-of-code-rust/generate) and create your repository.
3. Clone your repository to your computer.
4. If you are solving a previous year's advent of code, change the `AOC_YEAR` variable in `.cargo/config.toml` to reflect the year you are solving.
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `66.9µs` | `657.5µs` |
| [Day 2](./src/bin/02.rs) | `42.2µs` | `48.9µs` |

### Setup rust 💻

1. Install the [Rust toolchain](https://www.rust-lang.org/tools/install).
2. (recommended) Install the [rust-analyzer](https://rust-analyzer.github.io/manual.html) extension for your code editor.
3. (optional) Install a native debugger. If you are using VS Code, [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) is a good option.

---

✨ You can start solving puzzles now! Head to the [Usage section](#usage) to see how to use this template. If you like, you can configure [some optional features](#optional-template-features).
**Total: 0.82ms**
<!--- benchmarking table --->

## Usage

Expand Down

0 comments on commit 910d4cf

Please sign in to comment.