Spring 2016

Lab01
Hello, World!

Due: Monday January 25, 2016 11:59 PM

Lab01 - Hello, World!

Requirements

Comments placed in each source code file20 pts
Program compiles without errors50 pts
Program display required output30 pts
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.