Skip to content

Instantly share code, notes, and snippets.

@bkrmendy
Created September 19, 2021 10:39
Show Gist options
  • Save bkrmendy/c797710fb211e61a22be3bff2e47c9af to your computer and use it in GitHub Desktop.
Save bkrmendy/c797710fb211e61a22be3bff2e47c9af to your computer and use it in GitHub Desktop.
interface Balanced {
boolean check(String input);
}
interface Checkout {
int total(Cart c, List<Discount> dc);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment