Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drwpow/aoc-2022

Advent of Code 2022
https://github.com/drwpow/aoc-2022

Last synced: 9 days ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

        

# 🎄 Advent of Code 2022

🦀 Rust + wasm-pack project, with ⚡ Vite frontend

## Setup

Requires installation of [Node](https://nodejs.org/en/), [Rust](https://www.rust-lang.org/tools/install), and [wasm-pack](https://rustwasm.github.io/wasm-pack/). With everything installed, run the following in the root directory:

```
npm install
npm run build
npm run dev
```

See the answers at `localhost:3000`

## Progress

| Day | Part 1 | Part 2 |
| :--- | :----: | :----: |
| `01` | ⭐ | ⭐ |
| `02` | ⭐ | ⭐ |
| `03` | ⭐ | ⭐ |
| `04` | ⭐ | ⭐ |
| `05` | ⭐ | ⭐ |
| `06` | ⭐ | ⭐ |
| `07` | ⭐ | ⭐ |
| `08` | ⭐ | ⭐ |
| `09` | ⭐ | |