Day 1 solved

This commit is contained in:
Joshua Seigler 2020-12-02 15:27:27 +00:00
parent f3d555f01c
commit 93aea4f013
5 changed files with 291 additions and 1 deletions

View file

@ -12,7 +12,7 @@ async function run () {
async function solveForFirstStar (input) {
const solution = 'UNSOLVED'
report('Input:', input)
// report('Input:', input);
report('Solution 1:', solution)
}