Current Forum: Homework 5 General Forum |
Date: Thu Nov 8 2001 1:09 am |
Author: Goodman, Brian J. <bjg@andrew.cmu.edu> |
Attachment: sample.out (58236 bytes) |
Subject: Re: sample output |
|
|
Here's a test. It was run with the following command:
java WebCrawler http://www.cs.cmu.edu/~petel foo.save 10 > sample.out
This means to redirect all of the output of the program into a file called sample.out. Keep in mind that this is debugging output-- once your part two is working, you should remove these debugging statements. Your final working part 2 should run silently.
Also, in case it is unclear, the above test starts at Peter's homepage with and proceeds to index 10 links. |
|