diff options
Diffstat (limited to 'wk1/pset1/mario-more/mario.c')
-rw-r--r-- | wk1/pset1/mario-more/mario.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wk1/pset1/mario-more/mario.c b/wk1/pset1/mario-more/mario.c index fd3ec81..a835a7a 100644 --- a/wk1/pset1/mario-more/mario.c +++ b/wk1/pset1/mario-more/mario.c @@ -27,8 +27,6 @@ void print_grid(size) { for (int i = 0; i < size; i++) { - for (int x = 0; x < 1; x++) - { for (int j = 0; j < size; j++) { if ((size - (j + i)) > 1) |