From 27bc89128cb19511d107245662862662399c7ea2 Mon Sep 17 00:00:00 2001 From: Daniela Sandoval Date: Sat, 6 Apr 2019 22:17:42 -0400 Subject: [PATCH] defined variable --- variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.rb b/variable.rb index 12b0726..a16ab79 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"