Advertisement
Guest User

intro

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. private void intro() {
  2. println("CS106A Snowman!");
  3. println("I will think of a random word.");
  4. println("You'll try to guess its letters.");
  5. println("Every time you guess a letter");
  6. println("that isn't in my word, a new");
  7. println("piece of the snowman appears.");
  8. println("Guess correctly to avoid");
  9. println("bringing him to life in the sun!");
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement