Skip to content

Commit

Permalink
added bootstrap frameork
Browse files Browse the repository at this point in the history
  • Loading branch information
vsushko committed Feb 1, 2023
1 parent c1bf1a0 commit e2cb7c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bank-with-currency-app/src/Bank.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public class Bank {
private Hashtable rates = new Hashtable();

Money reduce(Expression source, String to){
return source.reduce(this, to);
}
Expand Down
Binary file added img/bootstrap1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2cb7c9

Please sign in to comment.