mirror of
https://github.com/seigler/advent-of-code-2020
synced 2025-07-27 08:16:08 +00:00
Day 1 solved
This commit is contained in:
parent
f3d555f01c
commit
93aea4f013
5 changed files with 291 additions and 1 deletions
|
@ -12,7 +12,7 @@ async function run () {
|
|||
|
||||
async function solveForFirstStar (input) {
|
||||
const solution = 'UNSOLVED'
|
||||
report('Input:', input)
|
||||
// report('Input:', input);
|
||||
report('Solution 1:', solution)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue