mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
12 lines
183 B
Markdown
12 lines
183 B
Markdown
# Day 04: SQLite sql
|
|
|
|
Did you know SQLite does not have procedural extensions? I did not when I started this. Regardless,
|
|
to run:
|
|
|
|
```console
|
|
$ sqlite3 < solve.sql
|
|
part1
|
|
-----
|
|
13
|
|
```
|