Advent of Code solutions

quieter for nim

+1 -1
+1 -1
all.rb
··· 470 470 end 471 471 472 472 def self.run(part) 473 - `nim compile p#{part}.nim` 473 + `nim compile -d:release p#{part}.nim 2> /dev/null` 474 474 return :nim_error unless $?.success? 475 475 report "p#{part}.nim" do 476 476 `timeout 1m ./p#{part} < input`