How to setup the server Make ./hashtable 0.0.0.0 [ANY PORT #] //Sets up the server. telenet 127.0.0.1 [PORT #]
How to use it SET "type1" "value1" //adds a type with the value GET "type1" //gets the value for the type provieded DEL "type1" //delets the type and the value