Hello, World!

100 points

Hello, World!

Requirements

Comments placed in each source code file20
Program compiles without errors50
Program display required output30
Total100 pts

Resources

Objective

To successfully write, compile, and run a C program

Instructions

Write a C program that will display the words "Hello, World!". The program should be very similar (except for the output) to the "Welcome to the C Language!!!" example we did together in class. Make sure your program contains at least a few comments.