From 66bb4fb1de85c0ba206b4e1a12500d8fcb036a65 Mon Sep 17 00:00:00 2001 From: Martin Ogden Date: Thu, 8 Apr 2021 16:25:52 +0000 Subject: [PATCH] Done. --- variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.rb b/variable.rb index 12b07267..47582aa5 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"