add trim() to reading from stdin, so that it also works on Windows
[rust-101.git] / solutions / src / lib.rs
1 pub mod bigint;
2 pub mod vec;