Skip to content

Solutions (in rust) to advent of code.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

arosspope/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 🎄 🎅 💻

Solutions (in rust) to advent of code.

Running the code

Running the solutions require the crate cargo-aoc to be installed. After setup, navigate into the desired year and run ...

user@home(advent-of-code) $ cd aoc_2018
user@home(aoc_2018) $ cargo aoc
...
AOC 2018
Day 1 - Part 1 : 490
	generator: 65.097µs,
	runner: 285ns

Day 1 - Part 2 : 70357
	generator: 58.198µs,
	runner: 20.493628ms

... to find all the answers given the included input files. Alternatively, one can choose to run a specific day and part ...

user@home(aoc_2018) $ cargo aoc -d {day} -p {part}

If you have any questions or suggestions, please feel free to open an issue! 🎁

About

Solutions (in rust) to advent of code.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages