From a64921cb236ea207ef4907f2a9692b7eb47a3ba7 Mon Sep 17 00:00:00 2001 From: Garrett Taylor Date: Thu, 27 Aug 2020 00:31:07 +0000 Subject: [PATCH] Done. --- README.md | 2 +- variable.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 159db1eb..9b96a439 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Variable Assignment +eearn# Variable Assignment ## Objectives diff --git a/variable.rb b/variable.rb index 12b07267..75a0e9f5 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