Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

jonasrenault/advent2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Repository of my code for Advent of Code 2023

Install

Install project requirements with poetry:

poetry install

Session

To get the code to work with your puzzle input, you need to be logged in using your session cookie. Log in to the Advent of Code website and save your session cookie in a file called .secret-session-cookie in the project's root directory.

Run

Each day's problem is solved in its own python module in the advent2023 directory. To run a solution, run

poetry run python advent2023/day01.py