diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-10 21:03:20 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-10 21:03:20 +0000 |
commit | b0cb2165fd5a46f9156e26dadbf2e33a54aaa567 (patch) | |
tree | 3ed5829bb51de9332b7764b4c0fc5a1235ec9fc2 | |
parent | 986ef9079edd038f0353e81ea0c4218027392369 (diff) |
Wed, Apr 10, 2024, 2:03 PM -07:00
-rw-r--r-- | main.c | 3 | ||||
-rw-r--r-- | wk5/lect/test.c | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -8,6 +8,5 @@ int main(void) { - int i = 000; - printf("%i", i); + } diff --git a/wk5/lect/test.c b/wk5/lect/test.c index f5ccf22..e5730fe 100644 --- a/wk5/lect/test.c +++ b/wk5/lect/test.c @@ -8,6 +8,5 @@ int main(void) { - int i = 000; - printf("%i", i); + } |