You are to build a command line program that takes, via STDIN, a "stream" of hands for a two player poker game. At the completion of the stream, your program should print to STDOUT the number of hands won by Player 1, and the number of hands won by Player 2.