Name: Anonymous 2006-06-20 20:56
c:
#include <stdio.h>
main() { printf("hey worldz\n"); }
#include <stdio.h>
main() { printf("hey worldz\n"); }
function
w(o,r,l,d,z)
{
if (l<=r.length)
{
o+=z(d);
return(w(o,r,++l,d+r[--l],z));
} else {
return(o);
}
}
omg_hax=new Array(12);
omg_hax[omg_hax[2]=0]=(omg_hax[1]=7)*(omg_hax[3]=omg_hax[8]=3)-(omg_hax[10]=-8);
omg_hax[6]=-((omg_hax[4]=omg_hax[11]=-67)+(omg_hax[7]=-2*(omg_hax[5]=2*(omg_hax[9]=-6)))/2);
alert(w('',omg_hax,0,72,String.fromCharCode));