2024?
This commit is contained in:
parent
b036db60d2
commit
902917426f
9 changed files with 1234 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue