This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am skbull on github. | |
| * I am kyanou (https://keybase.io/kyanou) on keybase. | |
| * I have a public key ASBMAkWOASnuccyh_9PE9DDmRGvd3Uc6bMkooTa2McbxHwo | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package master; | |
| import java.util.List; | |
| import java.util.ArrayList; | |
| import java.util.Collections; | |
| import java.util.Scanner; | |
| class Sevens{ | |
| private List<Integer> cards = new ArrayList<Integer>(); |