diff --git a/template/dayNpart1.exs b/template/dayNpart1.exs index 7c5faef..0e187b8 100644 --- a/template/dayNpart1.exs +++ b/template/dayNpart1.exs @@ -2,6 +2,7 @@ defmodule DayREPLACE_MEPart1 do def run do File.read!("input") |> String.split("\n", trim: true) + |> IO.inspect() end end