fix: update year

This commit is contained in:
Kristofers Solo 2025-12-02 11:29:40 +02:00
parent c62b63462c
commit 05863f1bf8
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED

View File

@ -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();