From 0da0099dfe155315ce591c746a104125b12dbd76 Mon Sep 17 00:00:00 2001 From: SKY FLAHERTY Date: Fri, 19 Mar 2021 23:42:13 +0000 Subject: [PATCH] Done. --- variable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable.rb b/variable.rb index 12b07267..9cb6a30e 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,2 @@ - # Define a local variable called 'greeting', +greeting = "Hello World" # give it the value of the string "Hello World"