Skip to content

andrewkleinonline/ruby-lecture-fixing-our-broken-program-001-prework-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%