add.c: mpc_main -> main (#96)

This commit is contained in:
Riad S. Wahby
2022-08-03 17:38:18 -04:00
committed by GitHub
parent e362f9501b
commit 20198e9012

View File

@@ -1,6 +1,6 @@
int mpc_main(
int main(
__attribute__((private(0))) int a,
__attribute__((private(1))) int b)
{
return a + b;
}
}