The first C program hello.c - print 'Hello, World!' to compile: 'make hello' or 'gcc hello.c -o hello' to run: ./hello