Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBaryhobal committed Feb 16, 2022
1 parent eb23ebc commit 6f7cf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_Amazing/amazing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def end(stdscr):
def generate_maze(width=20,height=20):
maze = np.ones([2*height+1, 2*width+1])



return maze

Expand Down

0 comments on commit 6f7cf62

Please sign in to comment.