From f12aedcc5faa12e2080e355223bdd11a3af21b35 Mon Sep 17 00:00:00 2001 From: Brian Velez Date: Wed, 24 Apr 2019 11:41:42 -0400 Subject: [PATCH] Done. --- variable.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variable.rb b/variable.rb index 12b0726..e9f0b09 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,4 @@ # Define a local variable called 'greeting', # give it the value of the string "Hello World" + + greeting = "Hello World" \ No newline at end of file