From a515c6d9ce07713b9d5d14cbb2f8ce4aa6aea1f0 Mon Sep 17 00:00:00 2001 From: darling-proxy-3253 Date: Mon, 29 Mar 2021 16:36:57 +0000 Subject: [PATCH] Done. --- variable.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/variable.rb b/variable.rb index 12b07267..fcb053ce 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" +greeting = "Hello World" +greeting