diff options
Diffstat (limited to 'wk5/lect/test.c')
-rw-r--r-- | wk5/lect/test.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); + } |