Compare commits

..

No commits in common. "d8f191fd9bd86a932dc33e088e6ad844d0dfcf4a" and "beeb89a2f6a3cfca6abdcb4ebbc25a536abbfbaf" have entirely different histories.

2 changed files with 23 additions and 23 deletions

View File

@ -14,26 +14,26 @@ default = ["part1", "part2", "today"]
part1 = [] part1 = []
part2 = [] part2 = []
today = [] today = []
day01 = [] 01 = []
day02 = [] 02 = []
day03 = [] 03 = []
day04 = [] 04 = []
day05 = [] 05 = []
day06 = [] 06 = []
day07 = [] 07 = []
day08 = [] 08 = []
day09 = [] 09 = []
day10 = [] 10 = []
day11 = [] 11 = []
day12 = [] 12 = []
day13 = [] 13 = []
day14 = [] 14 = []
day15 = [] 15 = []
day16 = [] 16 = []
day17 = [] 17 = []
day18 = [] 18 = []
day19 = [] 19 = []
day20 = [] 20 = []

View File

@ -1,6 +1,6 @@
use chrono::prelude::*;
use std::path::Path; use std::path::Path;
use std::time::Instant; use std::time::Instant;
use chrono::prelude::*;
mod day01; mod day01;
mod day02; mod day02;