Skip to content

zachnewburgh/ttt-1-welcome-rb-q-000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome Message for Tic Tac Toe

Overview

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.

Objectives

  1. Read the output from running learn.
  2. Use puts to print "Welcome to Tic Tac Toe!"
  3. Have tests pass locally by running learn.
  4. Submit solution.

Instructions

  1. Run learn
  2. Read output.
  3. Code solution in lib/welcome.rb
  4. Run learn
  5. Read output.
  6. If still broken, repeat 3-5
  7. If passing, submit with learn submit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%