Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed May 26, 2024
1 parent 4e3bdd2 commit cfcbda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::io::Write;
///
/// * `problem_number`
///
/// -> Flag indicating whether the solution is available.
/// Returns `true` if the solution was executed. Returns `false` otherwise.
fn solve_and_time_one(problem_number: usize) -> bool {
let solve = match problem_number {
1 => multiples_of_3_or_5::solve,
Expand Down

0 comments on commit cfcbda2

Please sign in to comment.