Monday, February 14, 2005

my hands are dirty

i write in whatever language i choose. this is one of my favorite. but the syntax errors will make it hard to read, so you may as well not bother. it'll be a waste of time.

char[] alph=
['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z',',','.',' ']
int[] code=
[-3,9,10,1,14,-5,16,13,24,23,3,23,16,23,17,-5,13,23,15,23,17,-5,13,16,-1,21]

for (n=0;n<36;n++)
if (abs(code[n]%2==0))
code[n]=code[n]+4
else
code[n]=code[n]+6

for (i=0;i<36;i++)
cout<< alph[code[i]+1]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->