From d06d468a38c74440f718bef57ac8ac8a3387c236 Mon Sep 17 00:00:00 2001 From: Andrea Nasuto Date: Thu, 31 Aug 2017 15:54:17 +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..7a667399 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!'