From 81838472dc7ee5633153111fbd9fafaf59ae1645 Mon Sep 17 00:00:00 2001 From: vicentpc95 Date: Thu, 7 Dec 2023 14:04:17 +0100 Subject: [PATCH] implementacion dia 1 --- .gitignore | 1 + javascript/day1.js | 0 javascript/day2.js | 0 javascript/package.json | 12 ++++++++++++ 4 files changed, 13 insertions(+) create mode 100644 javascript/day1.js create mode 100644 javascript/day2.js create mode 100644 javascript/package.json diff --git a/.gitignore b/.gitignore index 7560128..20b4f40 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /CSharp/AdventOfCode/DayOne/bin /CSharp/AdventOfCode/DayTwo/obj /CSharp/AdventOfCode/DayTwo/bin +*.txt \ No newline at end of file diff --git a/javascript/day1.js b/javascript/day1.js new file mode 100644 index 0000000..e69de29 diff --git a/javascript/day2.js b/javascript/day2.js new file mode 100644 index 0000000..e69de29 diff --git a/javascript/package.json b/javascript/package.json new file mode 100644 index 0000000..21daee5 --- /dev/null +++ b/javascript/package.json @@ -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" +}