Skip to content

lzm0/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code in Rust

This repository contains my solutions to the Advent of Code challenges, written in the Rust programming language.

Project Structure

  • src/bin/ contains the solutions and unit tests for each day, for any years that I have completed.
  • src/input/ contains the input files for each day.

Usage

To run the solutions for a given day, use the following command:

cargo run --bin <year>-<day>

To run the tests:

cargo test --bin <year>-<day>

License

This project is licensed under the MIT license.

About

Advent of Code solutions

Resources

License

Stars

Watchers

Forks

Languages