my-solutions/advent-of-code/2024/day_04/.formatter.exs
Ivan Reshetnikov f8b6600696
Solve day 4 of AoC 2024
I'm not very happy with this solution, but it works.
2024-12-05 12:53:51 +05:00

4 lines
97 B
Elixir

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]