avoid using std::cmp::min, for it doesn't support f32...
[rust-101.git] / solutions / src / lib.rs
2015-06-23 Ralf Jungavoid using std::cmp::min, for it doesn't support f32...
2015-06-23 Ralf Jungsome more exercises
2015-06-15 Ralf Jungadd a "solutions" crate with a BigInt class