From 3b915ffb7153eca24b67f74a62aa9693aec30647 Mon Sep 17 00:00:00 2001 From: Dwayne Date: Sun, 31 Mar 2019 00:12:19 -0400 Subject: [PATCH] My Fourth Commit --- variable.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/variable.rb b/variable.rb index 12b0726..1ca89e7 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1 @@ - # Define a local variable called 'greeting', - # give it the value of the string "Hello World" +greeting = "Hello World"