adventOfCode/challenges/2023/25-snowverload/tests.json
2023-12-25 20:21:11 +00:00

8 lines
No EOL
300 B
JSON

{
"1": [
{
"is": "54",
"input": "jqt: rhn xhk nvd\nrsh: frs pzl lsr\nxhk: hfx\ncmg: qnr nvd lhk bvb\nrhn: xhk bvb hfx\nbvb: xhk hfx\npzl: lsr hfx nvd\nqnr: nvd\nntq: jqt hfx bvb xhk\nnvd: lhk\nlsr: lhk\nrzs: qnr cmg lsr rsh\nfrs: qnr lhk lsr\n\n"
}
]
}