main函数

  1. int main(int argc, char *argv[])
  2. {
  3. while(1)
  4. {
  5. sleep(500);
  6. }
  7. return 0;
  8. }