From c799747cefe826e45bdada427a554600dac9a1a8 Mon Sep 17 00:00:00 2001 From: Patrick Harrison Date: Tue, 2 Jul 2019 09:44:24 +0000 Subject: [PATCH] Done. --- variable.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variable.rb b/variable.rb index 12b0726..cfa6da3 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,2 @@ - # Define a local variable called 'greeting', - # give it the value of the string "Hello World" +greeting ="Hello World" + puts "Hello World" # give it the value of the string "Hello World"