From 81af3598d471650ba1b301a3fc0c187f9d872ca8 Mon Sep 17 00:00:00 2001 From: Taylor Kremer Date: Thu, 18 May 2017 02:10:03 +0000 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!"