package clinit; public class Two { public final static int i = 55; public static String run() { return Integer.toString(i); } }