Skip to content

andywaltlova/advent_of_code_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2022 🎄🎅🎁

Python

Input data are downloaded via python module aocd

Structure of repository

├── data
│   └── 01.txt
│   ...
├── python
│   ├── 00_template.py
│   ├── 01.py
│   ...
│   └── utils.py
└── README.md
  • To run python solution from repo root python3 python/01.py

https://adventofcode.com/2022