Template: inspect output by default
This commit is contained in:
parent
1126125b3d
commit
d6c713ed24
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ defmodule DayREPLACE_MEPart1 do
|
||||||
def run do
|
def run do
|
||||||
File.read!("input")
|
File.read!("input")
|
||||||
|> String.split("\n", trim: true)
|
|> String.split("\n", trim: true)
|
||||||
|
|> IO.inspect()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue