From 6254f58d9dc6dbd514a8c2436cfcb029e584f529 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:37:46 +1000 Subject: [PATCH] Update rotate_column.c --- src/rotate_column.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rotate_column.c b/src/rotate_column.c index 43f6b72..fb041d7 100644 --- a/src/rotate_column.c +++ b/src/rotate_column.c @@ -1,3 +1,4 @@ +// rotate tiles in brick by 1 int rotate_col (void) { int temp;