@@ -1,3 +1,9 @@
#include <stdio.h>
int sum(int a, int b) {
return a+b;
}
void print(int num) {
printf("%d", num);
The note is not visible to the blocked user.