remove debug var
This commit is contained in:
parent
5b6b8bb55b
commit
bac2473cd9
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ defmodule Day3 do
|
|||
end
|
||||
|
||||
defp to_priority(c) do
|
||||
u = if is_nil(c) do 0 else if c < 97 do c - 38 else c - 96 end end
|
||||
u
|
||||
if is_nil(c) do 0 else if c < 97 do c - 38 else c - 96 end end
|
||||
end
|
||||
|
||||
def execute(line, state) do
|
||||
|
|
Loading…
Add table
Reference in a new issue