(String[] args)
| 9 | |
| 10 | public class RecycleB { |
| 11 | public static void main(String[] args) { |
| 12 | List<Trash> bin = new ArrayList<>(); |
| 13 | ParseTrash.fillBin("trash", bin); |
| 14 | Bins bins = new Bins(bin); |
| 15 | bins.show(); |
| 16 | } |
| 17 | } |
| 18 | /* Output: |
| 19 | Loading patterns.trash.Cardboard |