Chat Server
The idea here is to create a simple staight forward die roller. All it does is print out the value of the die roll to the std output.
This is nessesary so the chat client is able to get the data from the program.
Command Line Options
dieroller [number of dice] [number of sides]
-These must be given in this exact order currently. There are no default values nor any error checking on the options
Things to do here
1) Set the default value to 20
2) Have better options for the commands like -s for sides followed by the number of sides and -n for the number of dice.
3 )Error checking on the inputs
4?) More identifiable format for the output