diff --git a/.learn b/.learn old mode 100644 new mode 100755 diff --git a/.rspec b/.rspec old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100644 new mode 100755 diff --git a/spec/variable_spec.rb b/spec/variable_spec.rb old mode 100644 new mode 100755 diff --git a/variable.rb b/variable.rb old mode 100644 new mode 100755 index 12b0726..f5b5168 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,3 @@ + greeting = "Hello World" # Define a local variable called 'greeting', # give it the value of the string "Hello World"