summaryrefslogtreecommitdiff
path: root/mario.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-01 06:24:04 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-01 06:24:04 +0000
commit9f08279ab12e262b9b7c5422b3c9b88225381f6e (patch)
tree04bd5e20e89838aa1114059a3365a1942bf962b7 /mario.c
parent021ff61a2841cff1c5b74ebae85aa454cdb0e345 (diff)
Thu, Nov 30, 2023, 10:24 PM -08:00
Diffstat (limited to 'mario.c')
-rw-r--r--mario.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mario.c b/mario.c
index c1fb9df..ddb4610 100644
--- a/mario.c
+++ b/mario.c
@@ -3,7 +3,7 @@
int main(void)
{
- const int n = 3;
+ int n = get_int("Size: ");
for (int i = 0; i < n; i++) {
for (int j = 0; j < n; j++) {
printf("#");