01.10.11 - 05.06.11
Hello, World!
Objective: To setup your Ruby environment and create a small simple program
pastdue
Program prints "Hello, World!" on the command line | 100 pts |
Total | 100 pts |
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.