diff --git a/variable.rb b/variable.rb index 12b0726..e3b15a6 100644 --- 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 \ No newline at end of file