src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Fri, 17 Oct 2008 18:53:05 +0300
changeset 33 c71f3053c714
parent 1 b31db3248246
permissions -rw-r--r--
working symlink
#include <stdio.h>

int main (void) {
    printf("Hello World\n");

    return 0;
}