From 0dcf63493cd2cb0061128538560cd0b8ef625e64 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 25 Jun 2019 17:36:31 +0800 Subject: [PATCH] tweak hello.c --- cyberwow/native/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberwow/native/hello.c b/cyberwow/native/hello.c index c36a60a..569b40a 100644 --- a/cyberwow/native/hello.c +++ b/cyberwow/native/hello.c @@ -13,7 +13,7 @@ int main() i++; sleep(1); - if (i > 20) break; + if (i > 3) break; } return 0; }