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