mirror of
https://github.com/kristoferssolo/Advent-of-Code.git
synced 2026-02-04 06:12:01 +00:00
fix: update year
This commit is contained in:
@@ -49,7 +49,7 @@ fn main() -> Result<(), reqwest::Error> {
|
||||
.exit()
|
||||
};
|
||||
|
||||
let url = format!("https://adventofcode.com/2024/day/{day}/input");
|
||||
let url = format!("https://adventofcode.com/2025/day/{day}/input");
|
||||
println!("sending to `{}`", url);
|
||||
|
||||
let client = Client::new();
|
||||
|
||||
Reference in New Issue
Block a user