use hypoloop::Simulation; fn main() { // create sim let mut sim = Simulation::new(); // run sim sim.run(); }