src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Thu, 09 Oct 2008 00:49:32 +0300
changeset 17 0a024b29b16d
parent 1 b31db3248246
permissions -rw-r--r--
more tests and tweaks
#include <stdio.h>

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

    return 0;
}