From 4cce7dd870663ea57f8fa148ec2f1e2cce6f8570 Mon Sep 17 00:00:00 2001 From: jamesbvsh Date: Sat, 23 Jan 2016 16:38:36 -0600 Subject: [PATCH] Done. --- variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.rb b/variable.rb index 12b0726..47582aa 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"