Files
hoot100/rotting-oranges/solution.py

4 lines
84 B
Python

# https://leetcode.cn/problems/rotting-oranges/
if __name__ == "__main__":
pass