An open API service indexing awesome lists of open source software.

https://github.com/gokoshijr/advent-of-code

My Advent of Code solutions
https://github.com/gokoshijr/advent-of-code

Last synced: about 1 year ago
JSON representation

My Advent of Code solutions

Awesome Lists containing this project

README

          

# advent-of-code

My solutions to adventofcode.com puzzles.

Each solution should print two lines - the answer for part1 and the answer for part2.

## Usage
```bash
cd advent-of-code
```

```bash
cd 2023
```

```bash
python day1.py txt/day1.txt
```