From c24fcfd0294c0909a6d736697f291b57a0286e68 Mon Sep 17 00:00:00 2001 From: Xander Jake de los Santos Date: Wed, 26 Apr 2017 06:17:53 +0000 Subject: [PATCH] Done. --- variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.rb b/variable.rb index 12b07267..47582aa5 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"