mirror of
https://github.com/seigler/advent-of-code-browser-console
synced 2025-07-27 00:26:10 +00:00
one big repo for all years
This commit is contained in:
parent
4e1cd98bf1
commit
ccc3cdba3a
9 changed files with 0 additions and 0 deletions
1
day03.js
1
day03.js
|
@ -1 +0,0 @@
|
|||
let d=document.body.textContent.trim().split('\n');let t=(X,Y=1)=>d.filter((l,i)=>(d[i*Y]||'')[i*X%l.length]=='#').length;[t(3),t(1)*t(3)*t(5)*t(7)*t(1,2)];
|
Loading…
Add table
Add a link
Reference in a new issue