adventOfCode/challenges/2023/15-lensLibrary/tests.json
2023-12-15 19:07:13 +00:00

14 lines
No EOL
283 B
JSON

{
"1": [
{
"is": "1320",
"input": "rn=1,cm-,qp=3,cm=2,qp-,pc=4,ot=9,ab=5,pc-,pc=6,ot=7\n"
}
],
"2": [
{
"is": "145",
"input": "rn=1,cm-,qp=3,cm=2,qp-,pc=4,ot=9,ab=5,pc-,pc=6,ot=7\n"
}
]
}