Skip to content

niall-lacework/Advent-Of-Code-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄Advent-Of-Code-Rust

Overview

This repository contains my solutions to Advent of Code.

Solutions

Run

# Running all solutions
$ cargo run --release -- all
# Running a particular solution
$ cargo run --release -- run <day> <part> [year] # day = XX, part = a / b, year = YYYY (optional: defaults to 2022)

Test

Unit tests are written to check the solution against sample inputs provided for each part of a problem.

# Run all tests
$ cargo test
# Run tests for a particular day
$ cargo test day_XX

Stars collected

12 / 50 ⭐

Other Advent of Code solutions

Year Repo Language
2022 Advent-Of-Code-Rust Rust

Acknowledgements

Thanks Eric Wastl for creating and managing the Advent of Code project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published