- Read test output and error messages.
- Create a working Ruby program.
-
Fork and clone this repository.
-
Run
learn
from within the cloned directory and you will see that one test passes and the other fails. -
Open the file
lib/a_working_program.rb
and fix the error. -
The entire contents of the file should read:
puts "Hello World!"
-
Save the file, run
learn
and it should pass. -
Commit your changes and push, then open a pull request between your master branch and the master branch of this repository.