implementacion dia 1

main
vicentpc95 2023-12-07 14:04:17 +01:00
parent 12c1267fcc
commit 81838472dc
4 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/CSharp/AdventOfCode/DayOne/bin /CSharp/AdventOfCode/DayOne/bin
/CSharp/AdventOfCode/DayTwo/obj /CSharp/AdventOfCode/DayTwo/obj
/CSharp/AdventOfCode/DayTwo/bin /CSharp/AdventOfCode/DayTwo/bin
*.txt

0
javascript/day1.js Normal file
View File

0
javascript/day2.js Normal file
View File

12
javascript/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "adventofcode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"type":"module"
}