diff --git a/hello.c b/hello.c index fce69a1..e284dca 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,6 @@ int add(int a, int b) { + + int c = 10; return a + b; }