docs: add common pitfalls section

This commit is contained in:
Felix Spöttel
2022-10-29 14:32:33 +02:00
parent b82974cd4f
commit 1d991f7aab
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ use std::{fs, process};
struct Args {
day: u8,
year: Option<u32>,
year: Option<i16>,
}
fn parse_args() -> Result<Args, pico_args::Error> {