src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Thu, 16 Oct 2008 22:56:29 +0300
changeset 30 d8fabd347a8e
parent 1 b31db3248246
permissions -rw-r--r--
working open+read+flush+release
#include <stdio.h>

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

    return 0;
}