A client server application that lets many clients play a card game together.
cd to the directory where the jar file is located. In the repo case it is target folder.
java -cp GameOfCards-0.1.jar GameOfCards.ClientStubcd to the directory where the jar file is located. In the repo case it is target folder.
java -cp GameOfCards-0.1.jar GameOfCards.ServerStub