Originally posted by bascule
* Those who can add
* Those who can't
People from different disiplines are asked to prove that all odd numbers are prime
My favorite is a mix of for UNIX C programmers and Computer Scientists:
1 is primer,...3 is prime... 5 is prime...
7 is prime, 7 is prime, 7 is prime, 7 is prime, (Segmentation fault. Core dump)
Or how about the Network Security Audit version?
$ ./do_prime
1 is prime
3 is prime
5 is prime
7 is prime
9 is... Hit! - Blind Sequence number guessed!
Incrementing SEQ# with ACK and data to server while Sending RST to client
Session Ready:
# echo "all odd number are prime" >> /etc/motd ; exit
Connection closed by foreign host.
$
Comment