From 470d4c483f7cb1a9e9d4ccc1a670cdf3f018e908 Mon Sep 17 00:00:00 2001 From: Marcus Shimotsu Date: Wed, 30 Dec 2020 03:14:49 +0000 Subject: [PATCH] Done. --- variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.rb b/variable.rb index 12b0726..c0090ea 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