joseleonweb

Untitled

Apr 24th, 2021
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. import java.util.HashSet;
  2.  
  3. public class CoinTestDriver {
  4.     public static void main(String[] args) {
  5.         //create the hashset
  6.         HashSet<Coin> bagOfCoins = new HashSet<Coin>();
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment