🐛 Fixed wrong module import

This commit is contained in:
LeMoonStar 2024-11-30 13:50:54 +01:00
parent 34c6a9e395
commit c43f3d37ee

View file

@ -1,4 +1,4 @@
use aoc23::{run_day, set_verbosity, test_day, Part, Verbosity}; use aoc24::{run_day, set_verbosity, test_day, Part, Verbosity};
use clap::{App, AppSettings, Arg, SubCommand}; use clap::{App, AppSettings, Arg, SubCommand};
use colored::*; use colored::*;
use reqwest::blocking::Client; use reqwest::blocking::Client;