public class SynonymGame { public static void main(String[] args) { Synonym synonym = new Synonym(); synonym.play(); } }