Hard Light Productions Forums

Off-Topic Discussion => General Discussion => Topic started by: The E on October 13, 2011, 07:46:35 am

Title: dmr has returned with exit code 0
Post 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.
Title: Re: dmr has returned with exit code 0
Post by: CommanderDJ on October 13, 2011, 08:46:37 am
 :(

May segfaults never trouble his rest.
Title: Re: dmr has returned with exit code 0
Post by: X3N0-Life-Form on October 14, 2011, 05:40:38 am
A great bearded man goes away.
Title: Re: dmr has returned with exit code 0
Post by: Polpolion on October 14, 2011, 10:48:56 am
 :( goodbye world
Title: Re: dmr has returned with exit code 0
Post by: Ghostavo on October 14, 2011, 11:29:06 am
int main(int argc, char *argv[]) {
    printf("Hello World!");

    int d=0;
    for(;d<1000; d++)
        sleep(2211494400);
   
    printf("Goodbye World!");

    return 0;
}