Skip to content

Commit

Permalink
advent of code 2024 day 01 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
wasi0013 committed Dec 1, 2024
1 parent 7079cc4 commit 4bcba9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/y2024/day_01.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ defmodule Aoc.Y2024.Day01 do
|> Enum.map(fn string -> string |> String.split(" ") |> Enum.map(&String.to_integer/1) end)
end

def solved_status(), do: :unsolved
def solved_status(), do: :solved
end

0 comments on commit 4bcba9d

Please sign in to comment.