As you may recall, in the book The C Programming Language, authors Brian Kernighan and Dennis Ritchie (the latter of which invented C) created a simple introductory program called hello, world that showed off some key aspects of that language. It looks like so:
#include <stdio.h>