Tester

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

What is the output?
Be careful of the space/newline in your answer.