Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darkokukovec/adventofcode2022
- Owner: DarkoKukovec
- License: mit
- Created: 2022-11-22T16:33:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T22:50:05.000Z (about 2 years ago)
- Last Synced: 2024-10-22T01:34:22.729Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode, adventofcode2022, rust, rust-lang, wasm, wasm-pack
- Language: Rust
- Homepage: https://darkokukovec.github.io/adventofcode2022/
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_MIT
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
```