From 42ea5bead07f8db678133f1a9480cac7cda1747b Mon Sep 17 00:00:00 2001 From: Adrian Samaniego Date: Tue, 2 Apr 2019 17:15:46 +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 159db1e..f5c11f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Variable Assignment +le# Variable Assignment ## Objectives 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