diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 06:24:04 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 06:24:04 +0000 |
commit | 9f08279ab12e262b9b7c5422b3c9b88225381f6e (patch) | |
tree | 04bd5e20e89838aa1114059a3365a1942bf962b7 /mario.c | |
parent | 021ff61a2841cff1c5b74ebae85aa454cdb0e345 (diff) |
Thu, Nov 30, 2023, 10:24 PM -08:00
Diffstat (limited to 'mario.c')
-rw-r--r-- | mario.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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("#"); |