From a318323e07ba7468c79aca02a26e9e79a030238f Mon Sep 17 00:00:00 2001 From: github username Date: Fri, 17 May 2019 17:07:33 -0400 Subject: [PATCH] The error was solved. The string was missing opening quotes. --- lib/a_working_program.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/a_working_program.rb b/lib/a_working_program.rb index 426cf79..01a178a 100644 --- a/lib/a_working_program.rb +++ b/lib/a_working_program.rb @@ -1,4 +1 @@ -puts Hello World! # Correct this to "Hello World!" - -# Your entire program should read: -# puts "Hello World!" +puts "Hello World!"