Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darkokukovec/adventofcode2022


https://github.com/darkokukovec/adventofcode2022

advent-of-code advent-of-code-2022 adventofcode adventofcode2022 rust rust-lang wasm wasm-pack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of code 2022

This is my attempt at the [Advent of Code 2022](https://adventofcode.com/2022) challenges by using Rust and wasm.

## Setup

### Install Rust

You can install Rust using [rustup](https://rustup.rs/).

### Install wasm-pack

You can install wasm-pack using [cargo](https://doc.rust-lang.org/cargo/).

```bash
cargo install wasm-pack
```