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 🌟
- Host: GitHub
- URL: https://github.com/ghokun/advent-of-code
- Owner: ghokun
- Created: 2023-12-02T19:53:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T09:24:10.000Z (over 1 year ago)
- Last Synced: 2024-12-01T09:30:24.469Z (over 1 year ago)
- Topics: advent-of-code, postgresql
- Language: Makefile
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```