tweak hello.c

pull/1/head
fuwa 5 years ago
parent 4d4b06c14a
commit 0dcf63493c

@ -13,7 +13,7 @@ int main()
i++;
sleep(1);
if (i > 20) break;
if (i > 3) break;
}
return 0;
}