Skip to content
Open

Done #659

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 spec/spec_helper.rb
100644 → 100755
Empty file.
Empty file modified spec/variable_spec.rb
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions variable.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Define a local variable called 'greeting',
# give it the value of the string "Hello World"
greeting = "Hello World"