import CSLib.*; public class SuffixClient2 { public static void main (String [] args) { SuffixLoop2 guy = new SuffixLoop2(); guy.doIt(); } }