fn main() { let mut m = hiccup::Mortgage::new(390_000., 0.028, 30); m.run(); }