A hello world program simply prints a message "hello world" to the terminal when run then exits normally. The hello-world program is often used as an example to teach beginning students the basic layout of a C program. In fact, this simple program demonstrates a surprising number of features of the C programming language.
Open a console and execute the following commands to compile and run the program.
