From ae9600c800343ca3a86d7dda59e1c5e2a0dc6bd3 Mon Sep 17 00:00:00 2001 From: Mack Dalton Date: Fri, 17 Jul 2020 02:10:26 +0000 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