Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
User Journal

Journal Journal: Hello World

#include <stdio.h>

int main(int argc, char *argv[])
{
    printf("hello world\n");
}

Slashdot Top Deals

Are you having fun yet?

Working...