This tutorial will guide you through the process of writing the classic ``Hello World!'' example using the Babel tools. In the process, you will learn how to write a SIDL (Scientific Interface Definition Language) interface description file, generate the library implementation in C++, and write a C main program to call the library. You will also learn how to write a Makefile to compile and link the library and program.