Skip to content

Commit

Permalink
Update README for 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Vik Fearing committed Dec 1, 2022
1 parent 77477ef commit 1b86094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is my attempt to solve the [Advent Of Code 2021](https://adventofcode.com/2021)
puzzles using [PostgreSQL 14](https://www.postgresql.org/). I don't plan to use
This is my attempt to solve the [Advent Of Code 2022](https://adventofcode.com/2022)
puzzles using [PostgreSQL 15](https://www.postgresql.org/). I don't plan to use
any extensions except for what comes in contrib. I'm also going to try to avoid
using plpgsql (and certainly any other pl).

Expand All @@ -9,7 +9,7 @@ language.
**Comments and improvements welcome.**

If you would like to run these yourself, save your data in the appropriate `.input`
file, then run `psql -Xqf 2021/decXX.sql`.
file, then run `psql -Xqf 2022/decXX.sql`.

- <http://adventofcode.com/2021> :christmas\_tree:
- <http://adventofcode.com/2022> :christmas\_tree:
- <https://www.postgresql.org/> :elephant:

0 comments on commit 1b86094

Please sign in to comment.