Skip to content

Commit

Permalink
Add interval
Browse files Browse the repository at this point in the history
  • Loading branch information
code-shoily committed Jun 26, 2024
1 parent 6be57e9 commit 4adffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/2019/day_02.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule AdventOfCode.Y2019.Day02 do

def input, do: InputReader.read_from_file(2019, 2)

@range 99..0
@range 99..0//-1

def run(input \\ input()), do: {run_1(input), run_2(input)}

Expand Down

0 comments on commit 4adffe2

Please sign in to comment.