19 lines
No EOL
357 B
JSON
19 lines
No EOL
357 B
JSON
{
|
|
"year": "2020",
|
|
"day": "17",
|
|
"title": "Conway Cubes",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": ".#.\n..#\n###\n",
|
|
"expected": 112
|
|
}
|
|
],
|
|
"two": [
|
|
{
|
|
"input": ".#.\n..#\n###\n",
|
|
"expected": 848
|
|
}
|
|
]
|
|
}
|
|
} |