fixed formatting again

This commit is contained in:
Thorn Avery 2022-12-02 14:40:20 +11:00
parent f242bf8f28
commit 87f53eb424

View file

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