Skip to content

luke-cramer/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To create a folder for a year Y and day N:

npm run create -- Y D

To start run dayN/script.js on save:

npm run watch -- Y D

To init rust

cargo init --bin
cargo install cargo-watch

To watch with rust:

cargo watch -x run -c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published