Skip to content

Commit

Permalink
Removed main method.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoreleiPenn committed Aug 23, 2020
1 parent c5c8020 commit a79ea71
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/debt.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,3 @@ class debt{
printf(" %d: $%.2f\n", i, interests[i]);
}
};

int main(){
debt bbva(15000, 6057.84, 76289.39);
bbva.print_debt();
bbva.print_minPayments();
bbva.print_interests();
return 0;
}

0 comments on commit a79ea71

Please sign in to comment.