diff --git a/dotfiles/lib/python/slash_grid.py b/dotfiles/lib/python/slash_grid.py index bfc0801d..f04dd614 100755 --- a/dotfiles/lib/python/slash_grid.py +++ b/dotfiles/lib/python/slash_grid.py @@ -219,4 +219,4 @@ if __name__ == '__main__': # [True, False, False, True, False, False], # [True, True, True, False, True, False] # ]).run(print_grid) - print square(20, in_between_searches=print_grid) + print square(3, in_between_searches=print_grid)