fixed formatting

This commit is contained in:
Thorn Avery 2022-12-02 14:34:42 +11:00
parent d55f21183e
commit a846d59e2a
4 changed files with 319 additions and 4 deletions

View file

@ -7,4 +7,3 @@ pub fn solutionA() -> i32 {
pub fn solutionB() -> i32 {
return 0;
}