From 428ab79f518935eeeed774b4faad3163e40cf391 Mon Sep 17 00:00:00 2001 From: salekin Date: Tue, 28 Mar 2017 12:56:56 +0600 Subject: [PATCH] Done. --- lib/welcome.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/welcome.rb b/lib/welcome.rb index 6effb74c..f8f6040b 100644 --- a/lib/welcome.rb +++ b/lib/welcome.rb @@ -1,3 +1,5 @@ # 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!"