public class Tester { public static void main(String[] args) { int luckyNumber = 1; System.out.print(luckyNumber); } }