Help for this page

Select Code to Download


  1. or download this
    [root@devel3 root]# time ./trinum.pl >out
    
    ...
        return 0;
    }
    [root@devel3 root]#
    
  2. or download this
    [root@devel3 root]# time ./trinum_c.pl >out_c
    
    ...
        return 0;
    }
    [root@devel3 root]#