From 39f8b92f66b019efe9d2f398e6121b27d09c69be Mon Sep 17 00:00:00 2001 From: Crista Cooper Date: Sat, 14 Oct 2017 01:16:31 +0000 Subject: [PATCH] Done. --- variable.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variable.rb b/variable.rb index 12b07267..3298f568 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"