From d354b285efea058bf27e5877aea3172b5e9c05c2 Mon Sep 17 00:00:00 2001 From: HopeDolo Date: Fri, 6 Jan 2017 00:24:22 -0600 Subject: [PATCH] Done. --- variable.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variable.rb b/variable.rb index 12b07267..8efec41f 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,4 @@ # Define a local variable called 'greeting', # give it the value of the string "Hello World" + + greeting = "Hello World"