Bubblesort

This commit is contained in:
CORR1T 2021-06-07 16:35:53 +02:00
parent 12ec3b5d1b
commit c6c195be06
3 changed files with 66 additions and 3 deletions

View file

@ -35,7 +35,7 @@ fn primes(max: u32) -> Vec<u32> {
break;
}
}
i += 1;
i += 1
}
primes_list