Files
hoot100/generate-parentheses/solution.py

4 lines
89 B
Python

# https://leetcode.cn/problems/generate-parentheses/
if __name__ == "__main__":
pass