src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Thu, 16 Oct 2008 22:04:53 +0300
changeset 29 5de62ca9a5aa
parent 1 b31db3248246
permissions -rw-r--r--
reorganize evsql into a separate dir, rename dbfs slightly, and split dbfs_op out from dirop (in prep for fileop)
#include <stdio.h>

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

    return 0;
}