From 62cea06b3216755668ad162b5b2c5ad1621873e4 Mon Sep 17 00:00:00 2001 From: Cody Lawdermilt Date: Mon, 8 Jul 2019 16:08:52 +0000 Subject: [PATCH] Done. --- README.md | 2 ++ variable.rb | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 159db1e..6b073a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # 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