tidy up output

This commit is contained in:
Josh Holtrop 2014-02-11 08:57:39 -05:00
parent 69784ff0de
commit d513374a8a

View File

@ -42,6 +42,7 @@ def main
$stdout.write("\rGrade: #{last_best}, output: #{programs.first.last.execute.inspect} ")
end
if programs.first.first == 0
puts
puts "Program found after #{generation} generations:"
puts programs.first.last
break