diff --git a/csci/projectHashMap.js b/csci/projectHashMap.js new file mode 100644 index 0000000..9f6f4ec --- /dev/null +++ b/csci/projectHashMap.js @@ -0,0 +1,5 @@ +class HashMap { + constructor() { + + } +}