We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3f079 commit 7bf4740Copy full SHA for 7bf4740
2019/16/run.exs
@@ -1,2 +1,2 @@
1
-IO.puts "part1 : #{ AOC.Runner.part_1 }"
+IO.puts "part1 : #{ AOC.Runner.part_1(100) }"
2
IO.puts "part2: #{ AOC.Runner.part_2 }"
0 commit comments