fixed formatting again
This commit is contained in:
parent
a846d59e2a
commit
f242bf8f28
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue