diff options
Diffstat (limited to 'the-grandest-staircase-of-them-all/solution.py')
| -rw-r--r-- | the-grandest-staircase-of-them-all/solution.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/the-grandest-staircase-of-them-all/solution.py b/the-grandest-staircase-of-them-all/solution.py new file mode 100644 index 0000000..744b41d --- /dev/null +++ b/the-grandest-staircase-of-them-all/solution.py @@ -0,0 +1,2 @@ +def solution(n): + # Your code here |
