Skip to content

uzervlad/aoc

Repository files navigation

aoc

This repository contains all of my solutions for Advent of Code

Years

Usage

  1. Add the input files to the corresponding inputs/<year> directory
    • Must be in the format <day>.txt
    • Can be suffixed, e.g. <day>.<suffix>.txt,
  2. Run cargo run <year> <day> [suffix]
    • Optionally add --bench flag to benchmark the solution on multiple runs
      • --runs <N> can be used to specify the number of runs

About

My Advent of Code solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published