Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.53 KB

README.md

File metadata and controls

51 lines (42 loc) · 2.53 KB

advent-of-code

Python TypeScript

This repository contains all of my solutions for the advent of code challenges between 2021-2024.

All solutions are written in Python or Typescript.

Key Value
2 stars
1 star

Python: 🐍 Typescript: ⌨️

2021 - 🐍 2022 - 🐍 2023 - 🐍 2024 - ⌨️
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 10
Day 11
Day 12
Day 13
Day 14
Day 15
Day 16
Day 17 ⭐*
Day 18
Day 19
Day 20
Day 21
Day 22
Day 23
Day 24
Day 25
Total 34 30 28 38

*with the amount of help I needed from reddit & friends, I don't think p2 for this one reaaaally counts 😂

Python Solution Code Runner Executor

"python": "cd $dir && bash -c 'MODULE=\"$fileNameWithoutExt\"; while [ -f \"../__init__.py\" ]; do MODULE=\"${PWD##*/}.$MODULE\"; cd ..; done; python -m \"$MODULE\"'",