Skip to content

Commit f2a2c8b

Browse files
committed
Update readme info
1 parent 0e8e106 commit f2a2c8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/2024/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
| Day | Problem Page | Status | Difficulty | Solution Page | Test Page | Tags |
1212
| :---: | :------: | :---: | :---: | :---: | :---: | :---: |
13-
| 3 | [Mull It Over](https://adventofcode.com/2024/day/3) | :1st_place_medal: | :shrug: | [day_03.ex](/lib/2024/day_03.ex) | [day_03_test.exs](/test/2024/day_03_test.exs) | |
13+
| 3 | [Mull It Over](https://adventofcode.com/2024/day/3) | :1st_place_medal: | :snowflake: | [day_03.ex](/lib/2024/day_03.ex) | [day_03_test.exs](/test/2024/day_03_test.exs) | [regex](/wiki/tags.md#regex), [fsm](/wiki/tags.md#fsm) |
1414

lib/2024/day_03.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ defmodule AdventOfCode.Y2024.Day03 do
22
@moduledoc """
33
--- Day 3: Mull It Over ---
44
Problem Link: https://adventofcode.com/2024/day/3
5-
Difficulty:
6-
Tags:
5+
Difficulty: xs
6+
Tags: regex fsm
77
"""
88
alias AdventOfCode.Helpers.{InputReader, Transformers}
99

0 commit comments

Comments
 (0)