diff --git a/variable.rb b/variable.rb index 12b07267..a16ab797 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,3 @@ # Define a local variable called 'greeting', # give it the value of the string "Hello World" + greeting = "Hello World"