From 89bc1572902cf2081368ad755008a65bdedeff40 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 3 Dec 2023 09:58:24 +0000 Subject: Sun, Dec 3, 2023, 1:58 AM -08:00 --- wk1/pset1/mario-more/mario.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wk1/pset1/mario-more/mario.c') diff --git a/wk1/pset1/mario-more/mario.c b/wk1/pset1/mario-more/mario.c index fd261b3..9ba12b8 100644 --- a/wk1/pset1/mario-more/mario.c +++ b/wk1/pset1/mario-more/mario.c @@ -29,8 +29,9 @@ void print_grid(size) { for (int j = 0; j < size; j++) { + if printf("#"); - } + } printf("\n"); } } -- cgit v1.2.3