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

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

Collecting 🌟
https://github.com/ghokun/advent-of-code

advent-of-code postgresql

Last synced: 29 days ago
JSON representation

Collecting 🌟

Awesome Lists containing this project

README

          

## Advent of Code Solutions in PostgreSQL

```shell
# start or reset container
make reset

# jump to psql shell
make

# run
\i 2024/day01/answer.sql
```

CTRL + D to exit shell

## Stars

```
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
2024 **
2023 ** ** ** **
2022
2021
2020
2019
2018
2017
2016
2015
```