From 2802d4a5d09b0908abf3d5bb618c060c35871bbe Mon Sep 17 00:00:00 2001 From: Dave Adams Date: Thu, 18 Oct 2018 10:44:50 +0000 Subject: [PATCH] Done. --- lib/welcome.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/welcome.rb b/lib/welcome.rb index 6effb74c..58830b6c 100644 --- a/lib/welcome.rb +++ b/lib/welcome.rb @@ -1,3 +1,4 @@ # 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!"