src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Fri, 17 Oct 2008 02:04:03 +0300
changeset 31 7804cd7b5cd5
parent 1 b31db3248246
permissions -rw-r--r--
write+setattr
#include <stdio.h>

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

    return 0;
}