Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .learn
100644 → 100755
Empty file.
Empty file modified .rspec
100644 → 100755
Empty file.
Empty file modified CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified lib/a_broken_program.rb
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/a_working_program.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
puts Hello World! # Correct this to "Hello World!"
puts "Hello World!" # Correct this to "Hello World!"

# Your entire program should read:
# puts "Hello World!"
Empty file modified spec/a_broken_program_spec.rb
100644 → 100755
Empty file.
Empty file modified spec/a_working_program_spec.rb
100644 → 100755
Empty file.
Empty file modified spec/spec_helper.rb
100644 → 100755
Empty file.