tangled
alpha
login
or
join now
eldridge.cam
/
advent-of-code
2
fork
atom
Advent of Code solutions
2
fork
atom
overview
issues
pulls
pipelines
quieter for nim
eldridge.cam
2 months ago
e3ca9c5d
6de0d0cf
+1
-1
1 changed file
expand all
collapse all
unified
split
all.rb
+1
-1
all.rb
···
470
470
end
471
471
472
472
def self.run(part)
473
473
-
`nim compile p#{part}.nim`
473
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`