feat: ✨ prime numbers
This commit is contained in:
parent
e035a7da7a
commit
93e0e1669f
4 changed files with 201 additions and 0 deletions
15
03-PrimeNumbers/package.json
Normal file
15
03-PrimeNumbers/package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "primenumbers",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.0.8"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue