Skip to content

flip-rossi/aoc22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are my solutions for the 2022 edition of the annual event Advent of Code. They were made in Rust to learn and practice the language, so probably not very good code, but getting there.
The code for each solution is in src/bin/.

Helper scripts

I made two helper scripts to prepare solutions and submit answers:

They both need you to have a ".env" file in the root of the project with a line like this: SESSION_TOKEN=yoursessiontoken
You can get your session token by looking at your cookies when logged on in the AoC website. But be careful as to not let anyone have access to your token.

About

My solutions for Advent of Code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published