| untitled.gif welcome towards my cool internet house site: posting |
welcome to my cool internet home sit
is prosecÇ–tedt to a jam
Hair Cares Product!!!!!
| re: dear prof tobot |
| [29746] by "max cooking"
(ce-web1.wesleyan.edu) on Wed 10 Dec 2003 01:35:38
[
reply ]
|
actuly:
fun twinprimelist 0 = []
| twinprimelist 3 = [3]
| twinprimelist x =
if twinprime x
then x :: x+2 :: (twinprimelist (x-1))
else (twinprimelist (x-1));
|
: post your reply here :
|