package clinit; public class One { public static int i = 5; public static String run() { return Integer.toString(i); } }