src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Fri, 26 Sep 2008 20:11:22 +0300
changeset 6 d2036d7799fd
parent 1 b31db3248246
permissions -rw-r--r--
new 'simple' module, plus hello_simple
#include <stdio.h>

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

    return 0;
}