Day 4; run watches in a seperate process to allow continuation after crashes
This commit is contained in:
@@ -32,4 +32,6 @@ defmodule Aoc2023.Common do
|
||||
end
|
||||
|
||||
def id(x), do: x
|
||||
def const(_, x), do: x
|
||||
def lines(x), do: String.split(x, "\n")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user