-------------------------------------------------------------------------------

Files:
 READ_ME		This file
 Hello.c 		A C program printing "Hello" message
 Makefile		Makefile to create executible of C Program Hello.c

-------------------------------------------------------------------------------


To compile program Hello.c either execute:
 gcc Hello.c -o Hello

or,
 make Hello

using the Makefile in this directory