Skip to content

JakeHandsome/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code

Here are my solutions to advent of code.

To run any solution

  1. Make sure rust is installed.
  2. cd into the folder for the year ex: cd 2022
  3. Place input as Input.txt in the folder for the day.
    1. You can also create an environment variable called AOC_SESSION with the session token and the input will be automatically downloaded
  4. run cargo run -p day##
    • ex cargo run -p day1

Create a new day solution with cargo generate --path ../template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages