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..0f00d7d --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,5 @@ # Define a local variable called 'greeting', # give it the value of the string "Hello World" +greeting = "Hello World" + +puts greeting