We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebc232 commit 8caaa8bCopy full SHA for 8caaa8b
2 files changed
lib/2020/day_20.ex
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2020.Day20 do
3
--- Day 20: Jurassic Jigsaw ---
4
Problem Link: https://adventofcode.com/2020/day/20
5
Difficulty: xl
6
- Tags: geometry rotation half-done
+ Tags: geometry2d rotation half-done
7
"""
8
alias AdventOfCode.Helpers.{InputReader, Transformers}
9
lib/2023/day_18.ex
@@ -3,7 +3,7 @@ defmodule AdventOfCode.Y2023.Day18 do
--- Day 18: Lavaduct Lagoon ---
Problem Link: https://adventofcode.com/2023/day/18
Difficulty: l
- Tags: geometry
+ Tags: geometry2d
0 commit comments