This commit is contained in:
Felix Spöttel 2025-11-26 14:19:56 +01:00
parent 4bf768288d
commit c89b57bb47

View File

@ -1,5 +1,5 @@
use advent_of_code::template::commands::{all, download, read, scaffold, solve, time};
use args::{parse, AppArguments};
use args::{AppArguments, parse};
#[cfg(feature = "today")]
use advent_of_code::template::Day;