letsgitcracking / ruby-lecture-fixing-our-broken-program-london-web-career-040119

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:Ruby 100.0%