From 0ff4a8b70e7a75d25b432d34fecd6f6889db99fa Mon Sep 17 00:00:00 2001 From: mouerj Date: Wed, 23 Dec 2015 11:31:04 -0500 Subject: [PATCH] Completed Tic Tac Toe Welcome lab --- lib/welcome.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/welcome.rb b/lib/welcome.rb index 6effb74..f9ffe16 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!" \ No newline at end of file