Day 4; run watches in a seperate process to allow continuation after crashes

This commit is contained in:
bluepython508
2023-12-04 18:04:49 +00:00
parent ee17acccae
commit ce5e83baa4
6 changed files with 56 additions and 6 deletions

View File

@@ -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