Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.24 KB

File metadata and controls

33 lines (20 loc) · 1.24 KB

Fixing Our Broken Program

Objectives

  1. Read test output and error messages.
  2. Create a working Ruby program.

MP4

Lab Instructions

  1. Fork and clone this repository.

  2. Run learn from within the cloned directory and you will see that one test passes and the other fails.

  3. Open the file lib/a_working_program.rb and fix the error.

  4. The entire contents of the file should read:

puts "Hello World!"
  1. Save the file, run learn and it should pass.

  2. Commit your changes and push, then open a pull request between your master branch and the master branch of this repository.

View Fixing Our Broken Program on Learn.co and start learning to code for free.