nt='cgit 1.4.1'/> <meta name='robots' content='index, nofollow'/> <link rel='stylesheet' type='text/css' href='/custom.css'/> <link rel='alternate' title='Atom feed' href='https://git.causal.agency/aoc/atom/2016/LICENSE?h=master' type='application/atom+xml'/> <link rel='vcs-git' href='https://git.causal.agency/aoc' title='aoc Git repository'/> </head> <body> <div id='cgit'><table id='header'> <tr> <td class='main'><a href='/'>index</a> : <a href='/aoc/'>aoc</a></td><td class='form'><form method='get'> <input type='hidden' name='id' value='5eb73422d9c22f9f4dca435ae7127b187cf5440f'/><input type='hidden' name='showmsg' value='1'/><select name='h' onchange='this.form.submit();'> <option value='203deeb2565c55273f016771cc1ff7042dcb784a'>this commit</option> <optgroup label='branches'><option value='master' selected='selected'>master</option> </optgroup></select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>Advent of Code </td><td class='sub right'></td></tr></table> <table class='tabs'><tr><td> <a href='/aoc/'>summary</a> <a href='/aoc/refs/?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f'>refs</a> <a class='active' href='/aoc/log/2016/LICENSE?showmsg=1&follow=1'>log</a> <a href='/aoc/tree/2016/LICENSE?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f'>tree</a> <a href='/aoc/commit/2016/LICENSE?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f&follow=1'>commit</a> <a href='/aoc/diff/2016/LICENSE?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f&follow=1'>diff</a> <a href='https://adventofcode.com'>homepage</a></td><td class='form'><form class='right' method='get' action='/aoc/log/2016/LICENSE'> <input type='hidden' name='id' value='5eb73422d9c22f9f4dca435ae7127b187cf5440f'/><input type='hidden' name='showmsg' value='1'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/aoc/log/?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f&showmsg=1&follow=1'>root</a>/<a href='/aoc/log/2016?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f&showmsg=1&follow=1'>2016</a>/<a href='/aoc/log/2016/LICENSE?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f&showmsg=1&follow=1'>LICENSE</a> (<a href='/aoc/log/2016/LICENSE?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f&showmsg=1'>unfollow</a>)</div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/aoc/log/2016/LICENSE?id=5eb73422d9c22f9f4dca435ae7127b187cf5440f&follow=1'>Collapse</a>)</th><th class='left'>Author</th></tr> <tr class='logheader'><td><span title='2020-12-07 02:05:56 -0500'>2020-12-07</span></td><td class='logsubject'><a href='/aoc/commit/2020/day07.c?id=d0aff5442cffa9a8674a857fae35c7a9145f0ec6&follow=1'>Check cons[i].cnt to break out of loop</a></td><td>June McEnroe</td></tr> <tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'> That was bothering me. </td></tr> <tr class='logheader'><td><span title='2020-12-07 01:55:57 -0500'>2020-12-07</span></td><td class='logsubject'><a href='/aoc/commit/2020/day07.c?id=8e6fd26e42c80bafb67d6fbb4cc28f7a89427dec&follow=1'>Solve day 7 part 2</a></td><td>June McEnroe