Skip to content

Files

Latest commit

 

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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