added factorial module

This commit is contained in:
szabomarton
2024-10-22 13:12:20 +02:00
parent 7f2ddb3a86
commit e12780f413
2836 changed files with 207364 additions and 0 deletions

16
24_10_22/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"dependencies": {
"gayszi": "^1.0.0"
},
"name": "24_10_22",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sosincsvege": "echo SOSINCS VÉGE"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}