Skip to content

Walther/adventofcode19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode19

My solutions for this year's Advent of Code, in Rust

Run a given day's solution with

cargo run --release --bin day-01

Optionally, you can also run the solutions with WebAssembly!

# Setup: install wasmtime
curl https://wasmtime.dev/install.sh -sSf | bash
cargo build --target wasm32-wasi --release
wasmtime target/wasm32-wasi/release/day-01.wasm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages