From cd209cd93343d1e083cb53c2e204c15ff72b580b Mon Sep 17 00:00:00 2001 From: Brad Watson Date: Thu, 8 Mar 2018 16:26:59 -0500 Subject: [PATCH] Done. --- lib/welcome.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/welcome.rb b/lib/welcome.rb index 6effb74c..c331a98f 100644 --- a/lib/welcome.rb +++ b/lib/welcome.rb @@ -1,3 +1 @@ -# Edit this file to output "Welcome to Tic Tac Toe!" -# You can see what this file does by running: -# ruby lib/welcome.rb from your terminal. +puts "Welcome to Tic Tac Toe!"