Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 310 Bytes

Aoc 2021

Rust + Deno ❤️

Generate a new day with Rust

cargo generate --git https://github.com/icyJoseph/advent-of-code.git template --name day-1

Run Rust binaries

cargo run --bin day-1

Run Deno scripts

deno run --allow-read --allow-write deno/day-1.ts