Skip to content

lxsavage/advent-of-code-2023

Repository files navigation

Advent of Code Solutions, 2023

This repo contains my current work for Advent of code for 2023.

  • Day 1
    • Part 1
    • Part 2
  • Day 2
    • Part 1
    • Part 2
  • Day 3
    • Part 1
    • Part 2
  • Day 4
    • Part 1
    • Part 2
  • Day 5
    • Part 1
    • Part 2
  • Day 6
    • Part 1
    • Part 2
  • Day 7
    • Part 1
    • Part 2
  • Day 8
    • Part 1
    • Part 2
  • Day 9
    • Part 1
    • Part 2
  • Day 10
    • Part 1
    • Part 2
  • Day 11
    • Part 1
    • Part 2
  • Day 12
    • Part 1
    • Part 2
  • Day 13
    • Part 1
    • Part 2

Additional notes

For running this, I set up a Python 3.12 venv. To run a single day's code after activating the venv, use:

# Activation, only needs to be done once per shell environment
source bin/activate

To run:

python3 day<1...25> "day<1...25>/<example_input1.txt|input1.txt>" [2]

About

Code for solutions for Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published