From 12080b7b3d0ee2cbdcca7701726819f1caaf5cbe Mon Sep 17 00:00:00 2001 From: Signe Knutson Date: Wed, 7 Oct 2020 02:00:11 +0000 Subject: [PATCH] Done. --- variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.rb b/variable.rb index 12b0726..47582aa 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"