Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved year 2018 puzzles to y2018 module | 2019-12-02 | 1 | -119/+0 | |
* | fixed clippy suggestions | 2018-12-10 | 1 | -3/+3 | |
* | upgraded to rust 2018 edition | 2018-12-10 | 1 | -2/+2 | |
* | use BTreeSet instead of BTreeMap for day1::part2 | 2018-12-02 | 1 | -4/+4 | |
* | moved read_input to ::common::read_stdin_to_string | 2018-12-02 | 1 | -20/+2 | |
* | fixed day1 docs | 2018-12-02 | 1 | -15/+44 | |
* | added day1 part2 solution | 2018-12-02 | 1 | -19/+50 | |
* | added list command to cli | 2018-12-02 | 1 | -1/+1 | |
* | added day1 part1 solution | 2018-12-02 | 1 | -1/+75 | |
* | added cli to run each puzzle | 2018-12-02 | 1 | -0/+3 |