From e0760e07c05d6c1dd40352db9e3701e106b08f5a Mon Sep 17 00:00:00 2001 From: jprosario Date: Sat, 23 Jan 2016 21:34:05 -0500 Subject: [PATCH] Done. --- variable.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variable.rb b/variable.rb index 12b0726..e9a3442 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,4 @@ # 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