src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Wed, 22 Oct 2008 21:07:17 +0300
changeset 40 03017f5f0087
parent 1 b31db3248246
permissions -rw-r--r--
add MODE param to makefile, fix INFO_DISABLED, add some constraints to the .sql, fix some -err's, EVSQL_PQ_ARBITRARY_TYPE_OID, and make read/write transactionless
#include <stdio.h>

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

    return 0;
}