Skip to content
Open

Done #213

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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $ ruby hello_world.rb
Hello World!
```


### Running Learn

Confirm everything is working by running the `learn` command. You should see that all tests are passing (e.g. no red error text).
Expand Down
1 change: 1 addition & 0 deletions hello_world.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
puts "Hello World!"
2 changes: 2 additions & 0 deletions spec/hello_world_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
load './hello_world.rb'
end
end