mirror of
https://github.com/Baipyrus/AoC-23.git
synced 2024-11-14 17:53:49 +00:00
bugfix: syntax
This commit is contained in:
parent
03a9838f4b
commit
b38cb21b02
@ -2,7 +2,7 @@ use crate::common::{convert_num, read_file, split_inputs, split_lines};
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn part_two() {
|
||||
predict(false)
|
||||
predict(false);
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
Loading…
Reference in New Issue
Block a user