comptime sieve
This commit is contained in:
parent
485252a76f
commit
9624356fec
14 changed files with 685 additions and 0 deletions
3
rust/prime-factors/src/lib.rs
Normal file
3
rust/prime-factors/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub fn factors(n: u64) -> Vec<u64> {
|
||||
todo!("This should calculate the prime factors of {n}")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue