From c7ab918b2e92681a82501ec362e056d3808de75f Mon Sep 17 00:00:00 2001 From: Deborah Savage Date: Wed, 24 Jul 2019 01:23:37 +0000 Subject: [PATCH] Done. --- variable.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/variable.rb b/variable.rb index 12b0726..0cf11b3 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1 @@ - # Define a local variable called 'greeting', - # give it the value of the string "Hello World" +greeting = "Hello World" \ No newline at end of file