diff --git a/Student/task1/sy/func_test.sy b/Student/task1/sy/func_test.sy index dbe946a..51d371f 100644 --- a/Student/task1/sy/func_test.sy +++ b/Student/task1/sy/func_test.sy @@ -8,6 +8,6 @@ int main(){ int c; a=3; b=2; - c = 5 + c = 5; return c + add(a,b); } diff --git a/Student/task2/sy/func_test.sy b/Student/task2/sy/func_test.sy index dbe946a..51d371f 100644 --- a/Student/task2/sy/func_test.sy +++ b/Student/task2/sy/func_test.sy @@ -8,6 +8,6 @@ int main(){ int c; a=3; b=2; - c = 5 + c = 5; return c + add(a,b); }