premier kata pour les stagiaires

This commit is contained in:
Yannick Francois
2019-04-10 19:15:22 +02:00
parent 4cd770e832
commit 3f7434bd03
6 changed files with 1045 additions and 0 deletions

14
kata/nodejs/package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "fizzbuzz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC",
"devDependencies": {
"mocha": "^6.1.2"
}
}