From 3c4e59a6b52a5aa1e00fb9f66dd48424e3f62dd2 Mon Sep 17 00:00:00 2001 From: Rob Betz Date: Sat, 14 Mar 2020 03:25:15 +0000 Subject: [PATCH] Done. --- variable.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/variable.rb b/variable.rb index 12b07267..73366598 100644 --- a/variable.rb +++ b/variable.rb @@ -1,2 +1,5 @@ # Define a local variable called 'greeting', # give it the value of the string "Hello World" + +greeting = "Hello World" +puts greeting