package tournament;

public class Draw extends Result 
{
	public String print() { return "Draw."; }
}