src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Sun, 12 Oct 2008 00:18:30 +0300
changeset 22 85ba190a9e68
parent 1 b31db3248246
permissions -rw-r--r--
fix evpq/evpq_test compilation
#include <stdio.h>

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

    return 0;
}