diff --git a/add two numbers b/add two numbers index 94dbe1a..7e68ad3 100644 --- a/add two numbers +++ b/add two numbers @@ -1,4 +1,4 @@ -void main() +void main(); { int a,b,c; a=4;