From e8c5f29adc55237559760074fcff90f9e062dc70 Mon Sep 17 00:00:00 2001 From: emanovic7 Date: Tue, 28 May 2019 15:34:12 -0400 Subject: [PATCH] Done. --- variable.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/variable.rb b/variable.rb index 12b07267..37b1e4f9 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,5 @@ # Define a local variable called 'greeting', # give it the value of the string "Hello World" + + +greeting = "Hello World"