From 1921f10f8b0b7b0ca533bf2c16cd18cd3ede50c9 Mon Sep 17 00:00:00 2001 From: Matthew Clinton Date: Mon, 30 Jul 2018 15:10:04 +0000 Subject: [PATCH] Done. --- variable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable.rb b/variable.rb index 12b07267..b153ace8 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,2 @@ - # Define a local variable called 'greeting', +greeting = "Hello World" # Define a local variable called 'greeting', # give it the value of the string "Hello World"