src/helloworld.c
author Tero Marttila <terom@fixme.fi>
Sat, 11 Oct 2008 21:35:48 +0300
changeset 20 f0ef6d8880b4
parent 1 b31db3248246
permissions -rw-r--r--
fix build deps for subdirs of src
#include <stdio.h>

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

    return 0;
}