We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac150e commit f52a74bCopy full SHA for f52a74b
deno.json
@@ -1,6 +1,6 @@
1
{
2
"tasks": {
3
- "prepare":"cp -r :year/day/:day",
+ "prepare": "cp -r :year/day/:day",
4
"serve": "deno run -A main.ts",
5
"solve": "./bin/aoc.ts solve"
6
},
0 commit comments