Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 359 Bytes

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