diff --git a/examples/count.c b/examples/count.c index 05bced8e..897d32d8 100644 --- a/examples/count.c +++ b/examples/count.c @@ -10,5 +10,5 @@ int count(int n) { } int main() { - return count(1000000); + return count(10000); } \ No newline at end of file