From 9cd339f5187c3307d45e338cf5ec2ec36f13ef43 Mon Sep 17 00:00:00 2001 From: dustinlikens Date: Thu, 29 Dec 2016 18:56:46 -0800 Subject: [PATCH] Done. --- variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.rb b/variable.rb index 12b07267..c0090eab 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" \ No newline at end of file