修复部分bug

This commit is contained in:
2025-11-21 18:02:37 +08:00
parent 26dac05e5b
commit 08589dfe79
7 changed files with 153 additions and 120 deletions

View File

@ -4,6 +4,6 @@ int main(int argc,char **argv)
{
for(;;)
{
sleep(10);
}
}