Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamilturek/aoc-2023

Advent of Code 2023
https://github.com/kamilturek/aoc-2023

Last synced: 26 days ago
JSON representation

Advent of Code 2023

Awesome Lists containing this project

README

        

# Advent of Code 2023

## Python

### Test

```bash
cd day01
python -m doctest part1.py
```

### Run

```bash
cd day01
python part1.py < input1.txt
```