Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 286 Bytes

advent-of-code-2022

My solutions to https://adventofcode.com/2022. The project is used as a playground for testing out new languages as well as refreshing on ones I'm familiar with.

Languages used for the solutions:

C++: 6, 8

Python: 1, 2, 3, 7, 25

Ruby: 4, 9

Typescript: 5