Skip to content

DarkoKukovec/adventofcode2022

Repository files navigation

Advent of code 2022

This is my attempt at the Advent of Code 2022 challenges by using Rust and wasm.

Setup

Install Rust

You can install Rust using rustup.

Install wasm-pack

You can install wasm-pack using cargo.

cargo install wasm-pack