This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-28 22:44:25 -05:00
parent b036db60d2
commit 902917426f
9 changed files with 1234 additions and 1 deletions

View file

@ -9,7 +9,7 @@ use std::fs::{self, File};
use std::io::{Read, Write};
use std::path::PathBuf;
static AOC_PUZZLE_INPUT_CACHE: &str = "aoc_puzzle_cache";
static AOC_PUZZLE_INPUT_CACHE: &str = "aoc_puzle_cache";
pub async fn get_puzzle_input(day: u8) -> Result<String> {
let file_name = format!("day_{:02}", day);