(String[] args)
| 46 | } |
| 47 | |
| 48 | public static void main(String[] args) { |
| 49 | int amount = 175; |
| 50 | init(); |
| 51 | coinCombinations(amount,0,new LinkedList<Integer>()); |
| 52 | //System.out.println("Number of Combinations :" + count); |
| 53 | } |
| 54 | } |
nothing calls this directly
no test coverage detected