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" +}