Fall 2013

Lab01
Hello, World!

Due: Tuesday September 04, 2012 11:59 PM

Lab01 - Hello, World!

Requirements

Program prints "Hello, World!" on the command line100 pts
Total100 pts

Resources

Objective

To setup your Ruby environment and create a small simple program

Instructions

For this lab you simple need to write a small ruby script that will display the string "Hello, World!" on the console when the program executes.

Don't make it any more complicated than it needs to be. The real purpose of this lab is to give you time get yourself setup with a working Ruby interpreter, text editor, and work flow, so that the remaining labs can be more "interesting" without having to worry about these basics.