Skip to content

wjkw1/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

https://adventofcode.com/2023

Quick Start

# clone

# setup python env
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# run the code
python src/day01/part1.py

# from day 02 we run the code using modules
# so we can share the utils file across our scripts
# also you can use vscode as well
pip install -e .
python -m src.day02.part1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages