Files
hoot100/container-with-most-water/solution.py

4 lines
94 B
Python

# https://leetcode.cn/problems/container-with-most-water/
if __name__ == "__main__":
pass