package com.iluwatar; public class OrcArmy implements Army { @Override public String toString() { return "This is the Orcish Army!"; } }