You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/src/main.rs b/src/main.rs
index 090e2e1..f147489 100644
--- a/src/main.rs+++ b/src/main.rs@@ -3,6 +3,7 @@ use std::io::{self, Read, Write};
use structopt::StructOpt;
mod day1;
+mod day10;
mod day2;
mod day3;
mod day4;
@@ -11,7 +12,6 @@ mod day6;
mod day7;
mod day8;
mod day9;
-mod day10;
#[cfg(test)]
mod testmacros;
I think it would be better to use natural ordering.
The text was updated successfully, but these errors were encountered:
KamilaBorowska
changed the title
mod statements are ordered ASCII-beticallymod statements are ordered ASCIIbetically
Dec 10, 2018
https://gitlab.com/KonradBorowski/advent-of-code-2018/commit/cd9f8773de229b8fd6356e6c722d0ef55173f809
I think it would be better to use natural ordering.
The text was updated successfully, but these errors were encountered: