commit 6f1ec7fbf642aa9bdeaf1f9640a15ba34dd8053f Author: Natasha Kerensikova <natgh@instinctive.eu> Date: Wed, 30 Nov 2022 18:51:38 +0000 Initial 2022 commit Diffstat:
A | 2022/README.md | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/2022/README.md b/2022/README.md @@ -0,0 +1,10 @@ +This repository contains my attempts at solving +the [Advent of Code this year (2022)][1]. + +I tried for the first last year, and it was fun, so I'm doing it +again in 2022. This time, I'm using the opportunity to explore +stack-based languages, starting with PostScript 3 which seems to +be the most beginner-friendly. + +[1]: https://adventofcode.com/2022/events + "Events - Advent of Code 2022"