src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Fri, 17 Oct 2008 19:28:27 +0300
changeset 34 460f995d3769
parent 1 b31db3248246
permissions -rw-r--r--
fix readdir to use ORDER BY, rename
#include <stdio.h>

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

    return 0;
}