src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Sat, 04 Oct 2008 18:07:45 +0300
changeset 12 7f159ee3a3ff
parent 1 b31db3248246
permissions -rw-r--r--
working basic evpq lib and test
#include <stdio.h>

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

    return 0;
}