path-to-learn-go

Crearemos un paquete (Cards) con las siguientes funciones:

newDeck -> Create a list of playing cards.

print -> Log out the contents of a deck of cards

shuffle -> Shuffles all the cards in a deck

deal -> Create a 'hand' of cards.

saveToFile -> Save a list of cards to a file.

newDeckFromFile -> Load a list of cards from a file