summaryrefslogtreecommitdiff
path: root/2018/src/main.rs
diff options
context:
space:
mode:
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;