Help for this page

Select Code to Download


  1. or download this
    do {
        sleep(5);
        printf "Hello...\n";
    } while(1);
    
  2. or download this
    do {
        sleep(5);
        print "Hello...";
    } while(1);