diff --git a/hello.c b/hello.c index ddd449d..736c8bc 100644 --- a/hello.c +++ b/hello.c @@ -1,6 +1,7 @@ int add(int a, int b) { int c = 10; + int a = 7; return a + b; }