Skip to content

Instantly share code, notes, and snippets.

@vslala
Created September 9, 2016 09:40
Show Gist options
  • Select an option

  • Save vslala/fbc0592b88c3208a3d09da6f6552c72c to your computer and use it in GitHub Desktop.

Select an option

Save vslala/fbc0592b88c3208a3d09da6f6552c72c to your computer and use it in GitHub Desktop.
/*
* Create a fully functional program to store and delete objects from the cart
*/
package collections.shoppingcart;
/**
*
* @author Varun Shrivastava
*/
public class Main {
public static void main (String [] args) {
new UI();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment