Improved formatting

This commit is contained in:
Max Nuding 2022-12-02 04:36:50 +00:00
parent beeb89a2f6
commit 77cb399748

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;