fixed formatting again

This commit is contained in:
Thorn Avery 2022-12-02 14:37:27 +11:00
parent a846d59e2a
commit f242bf8f28

View file

@ -1,9 +1,9 @@
static INPUT: &'static str = include_str!("input.txt");
pub fn solutionA() -> i32 {
return 0;
0;
}
pub fn solutionB() -> i32 {
return 0;
0;
}