summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/main.c b/05/main.c
index 57eba24..17e4404 100644
--- a/05/main.c
+++ b/05/main.c
@@ -3,7 +3,7 @@
int main() {
int a = exit;
int b[] = {1,2,3};
- exit(1);
+ exit(1, 17, a+b);
}
/* int f(int x, int y[3]) { */