From 62d16861bd8afb5f04a288b72272bf6fca140a5d Mon Sep 17 00:00:00 2001 From: Christoph Kirsch Date: Thu, 20 May 2021 14:44:08 +0200 Subject: [PATCH] Scaling count example back --- examples/count.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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