We're going to build a simple program that implements only the very first thing a complete Tic Tac Toe program would require, which is to greet the player with a welcome message.
- Read the output from running
learn
. - Use
puts
to print "Welcome to Tic Tac Toe!" - Have tests pass locally by running
learn
. - Submit solution.
- Run
learn
- Read output.
- Code solution in
lib/welcome.rb
- Run
learn
- Read output.
- If still broken, repeat 3-5
- If passing, submit with
learn submit