From f53a9f4b851ecbf09bbde6519703dbf7d66cb767 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 14 Dec 2023 23:27:19 +0100 Subject: Added memory difficulties with nixos blog article --- content/blog/haskell/finishing-advent-of-code-2022-in-haskell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/blog/haskell') diff --git a/content/blog/haskell/finishing-advent-of-code-2022-in-haskell.md b/content/blog/haskell/finishing-advent-of-code-2022-in-haskell.md index c12c743..dbb01f4 100644 --- a/content/blog/haskell/finishing-advent-of-code-2022-in-haskell.md +++ b/content/blog/haskell/finishing-advent-of-code-2022-in-haskell.md @@ -8,7 +8,7 @@ tags: ## Introduction -I wrote about doing the [advent of code 2022 in zig]({{< ref "advent-of-code-2022-in-zig.md" >}}), but I did not complete the year. I stopped on using zig on day 15 when I hit a bug when using hashmaps that I could not solve in time and continued in JavaScript until [day 2022](https://adventofcode.com/2022/day/22). On day 22 part 2, you need to fold a cube and move on it keeping track of your orientation... It was hard! +I wrote about doing the [advent of code 2022 in zig]({{< ref "advent-of-code-2022-in-zig.md" >}}), but I did not complete the year. I stopped on using zig on day 15 when I hit a bug when using hashmaps that I could not solve in time and continued in JavaScript until [day 22](https://adventofcode.com/2022/day/22). On day 22 part 2, you need to fold a cube and move on it keeping track of your orientation... It was hard! Last week I wanted to warm up for the current advent of code and therefore took it up again... it was (almost) easy with Haskell! -- cgit v1.2.3