feat: new stuff

This commit is contained in:
Smigz 2024-02-01 23:04:38 -05:00
parent ddba85e74b
commit 95d3793c20
7 changed files with 1913 additions and 480 deletions

17
csci/package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "csci",
"version": "1.0.0",
"description": "",
"main": "doublyLinkedList.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint-config-prettier": "^9.1.0",
"prettier": "3.2.4"
},
"type": "module"
}