mirror of
https://github.com/kristoferssolo/Advent-of-Code.git
synced 2025-12-31 13:42:32 +00:00
fix: update year
This commit is contained in:
parent
c62b63462c
commit
05863f1bf8
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user