mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-25 22:10:43 -05:00
feat: bioler plate hashmap
This commit is contained in:
parent
ba9619ae97
commit
d70cbe75e1
1 changed files with 5 additions and 0 deletions
5
csci/projectHashMap.js
Normal file
5
csci/projectHashMap.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
class HashMap {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue