mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
fix: remove src/main.rs example
This commit is contained in:
parent
aa3521288c
commit
515b174dd3
1 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
use ladderz::pre_algebra::get_factors;
|
||||
|
||||
fn main() {
|
||||
let x: u32 = 10;
|
||||
println!("The factors of {x} are {:?}.", get_factors(x));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue