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