This commit is contained in:
nora 2023-12-09 14:52:00 +01:00
parent 327a57a5ea
commit 46aa19c61c

View file

@ -22,6 +22,10 @@ fn parse(line: &str, into: &mut Vec<i64>) {
}
}
}
if neg {
acc = -acc
};
into.push(acc);
}
fn execute(