Skip to content

Commit

Permalink
Fixed bug in checked output order.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 9, 2009
1 parent 71ceb57 commit 68b4873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.rb
Expand Up @@ -22,7 +22,7 @@ def check(prog, answer)
end

if ARGV.empty?
ANSWERS.keys.each do |prog|
ANSWERS.keys.sort.each do |prog|
answer = ANSWERS[prog]
check(prog, answer)
end
Expand Down

0 comments on commit 68b4873

Please sign in to comment.