fix: remove src/main.rs example

This commit is contained in:
rzmk 2023-09-21 16:59:40 -04:00
parent aa3521288c
commit 515b174dd3
No known key found for this signature in database

View file

@ -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));
}