pub fn get_input(config: &Config, year: u32, day: u8) -> Result<(), Error>
Expand description
Download the day’s input file
If the file already exists, silently does nothing. This prevents server spam.
If the file does not exist, throttles server requests to once every 15 minutes.