Help for this page

Select Code to Download


  1. or download this
    int main(int argc, char * argv[])
    {
     return 255;
    }
    
  2. or download this
    use warnings;
    my $ret = system("try.exe");
    print $ret >> 8, "\n", $? >> 8, "\n";
    
  3. or download this
    255
    255