feat: bioler plate hashmap

This commit is contained in:
Mike 2024-01-30 13:07:47 -05:00
parent ba9619ae97
commit d70cbe75e1

5
csci/projectHashMap.js Normal file
View file

@ -0,0 +1,5 @@
class HashMap {
constructor() {
}
}