Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -0777  --
    
    ...
    }
    
    sub S { @s[ $x, $y ] = @s[ $y, $x ] }
    
  2. or download this
    /*  gcc -o rc4 rc4.c -Wall */
    #include <stdio.h> 
    ...
    
      return 0;
    }