/*
 *  HelloWorld.c
 *  
 *
 *  Created by Matthias Reumann on Thu Aug 12 2004.
 *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
 *
 */

#include <stdio.h>

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