implementacion dia 1
parent
12c1267fcc
commit
81838472dc
|
|
@ -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,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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue