Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
potanin committed Jun 14, 2024
1 parent 88b7133 commit a6aaad0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contest_server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ mod submission1;

fn main() {

// let v: Vec<_> = Vec::new();

contest_server::submission1::run();
contest_server::submission2::run();
contest_server::submission3::run();

// submission4::run(); // Submission 4 uses "std::io" - how can we stop it???

println!("And finally: {}.", contest_server::submission1::fib(42));
}
}

0 comments on commit a6aaad0

Please sign in to comment.