From c3d41b1a93a68e4e9b311c6c7086f836f69b5b5a Mon Sep 17 00:00:00 2001 From: Juan Collazo Date: Sat, 17 Oct 2020 14:40:07 +0000 Subject: [PATCH 1/2] 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 From eea479cf1fde4f3209eab4ea78f03200e7165224 Mon Sep 17 00:00:00 2001 From: Juan Collazo Date: Thu, 11 Feb 2021 18:13:25 +0000 Subject: [PATCH 2/2] Done. --- variable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable.rb b/variable.rb index c0090ea..47582aa 100644 --- a/variable.rb +++ b/variable.rb @@ -1,3 +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 +greeting = "Hello World"