Infra
This commit is contained in:
4
lib/common.ex
Normal file
4
lib/common.ex
Normal file
@@ -0,0 +1,4 @@
|
||||
defmodule Aoc2023.Common do
|
||||
def stringify(s) when is_binary(s) do s end
|
||||
def stringify(n) when is_integer(n) do inspect(n) end
|
||||
end
|
||||
Reference in New Issue
Block a user