summaryrefslogtreecommitdiff
path: root/2018/src/main.rs
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2018-12-21 23:49:19 +0100
committertomsmeding <tom.smeding@gmail.com>2018-12-21 23:51:41 +0100
commitdc9ba8162ff0a17fbafd6d589e53cdce1eada1b0 (patch)
tree6a6265debd3021d2433494f4819f9665d87eb111 /2018/src/main.rs
parent7293b9eec77079a35d1e2ef3442fbce95a28c307 (diff)
Clean up day 19 and device code
Diffstat (limited to '2018/src/main.rs')
-rw-r--r--2018/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/2018/src/main.rs b/2018/src/main.rs
index dece97e..34c3964 100644
--- a/2018/src/main.rs
+++ b/2018/src/main.rs
@@ -5,6 +5,7 @@ use std::process::exit;
use argparse::{ArgumentParser, StoreTrue, Store};
mod benchmark;
+mod device;
mod day1;
mod day2;
mod day3;