Pruebas de Run Run sin carga
// this will only compile the test cases in the main source..
// to run main source, you'll have to recompile main without --test flag
rustc --test source.rs
Enchanting Echidna