Skip to content

Commit

Permalink
chore: Clean up main function by removing unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Dec 11, 2024
1 parent 910ad92 commit 3059278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub mod fib;
use fib::fibonacci;


fn main() {
let args: Vec<String> = std::env::args().collect();
let n = args
Expand Down

0 comments on commit 3059278

Please sign in to comment.