Name: Anonymous 2013-06-21 14:59
http://youtu.be/yMSsf9szC2o
They're releasing a movie about the greatest computer scientist of our time.
They're releasing a movie about the greatest computer scientist of our time.
struct cons{void* car; void* cdr;}void*s(void*x){return x;}void*e(void*x){return ((struct cons*)x)->car;}void main(){void*(*a)(void*)=(t?s:e);}