package clinit; public class Three { // i have no clinit public static String run() { return "1"; } }