···101101102102 to_run = []
103103104104- for program in programs:
104104+ for program in sorted(programs):
105105 day = int(re.findall(r'(\d+).py', program)[0])
106106 input_file = '%s/inputs/%02i.txt' % (year, day)
107107 output_file = '%s/outputs/%02i.txt' % (year, day)