mirror of
https://github.com/LeMoonStar/AoC24.git
synced 2025-07-07 17:15:30 +02:00
🐛 Fixed wrong module import
This commit is contained in:
parent
34c6a9e395
commit
c43f3d37ee
1 changed files with 1 additions and 1 deletions
|
@ -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 colored::*;
|
||||
use reqwest::blocking::Client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue