Implement day 9 part 2.

Linked lists in rust are a pain, but we got there.
This commit is contained in:
2018-12-09 10:57:47 +01:00
parent e101dbd58c
commit 9b04e3b2c9
3 changed files with 43 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
extern crate chrono;
#[macro_use] extern crate intrusive_collections;
#[macro_use] extern crate itertools;
extern crate regex;