Hard Light Productions Forums
Off-Topic Discussion => General Discussion => Topic started by: The E on October 13, 2011, 07:46:35 am
-
Dennis Ritchie (http://en.wikipedia.org/wiki/Dennis_Ritchie), designer of the C programming language and one of the designers responsible for Unix, has died on October 8, aged 70.
May his pointers always be valid.
-
:(
May segfaults never trouble his rest.
-
A great bearded man goes away.
-
:( goodbye world
-
int main(int argc, char *argv[]) {
printf("Hello World!");
int d=0;
for(;d<1000; d++)
sleep(2211494400);
printf("Goodbye World!");
return 0;
}