Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



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

In computing, the mean time to failure keeps getting shorter.

Working...