refactor: move Day struct to template module (#40)

This commit is contained in:
Felix Spöttel
2023-12-05 22:39:20 +01:00
committed by GitHub
parent 3260b731be
commit 9d064019c3
12 changed files with 16 additions and 21 deletions

View File

@@ -1,7 +1,6 @@
use std::process;
use crate::template::aoc_cli;
use crate::Day;
use crate::template::{aoc_cli, Day};
pub fn handle(day: Day) {
if aoc_cli::check().is_err() {