From 223f542544baaad2ce21babba366c11edd2c3caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Min=C3=A9=20E?= Date: Tue, 28 May 2019 18:29:18 +0000 Subject: [PATCH] Done. --- 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"