MCPcopy Create free account
hub / github.com/AxlLind/AdventOfCode / 18.py

File 18.py

2018/src/18.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import aoc
2from collections import Counter
3
4def step(grid: list[str], times: int) -> list[str]:

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected