mirror of
https://github.com/circify/circ.git
synced 2026-01-10 06:08:02 -05:00
add.c: mpc_main -> main (#96)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
int mpc_main(
|
||||
int main(
|
||||
__attribute__((private(0))) int a,
|
||||
__attribute__((private(1))) int b)
|
||||
{
|
||||
return a + b;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user