Tester

public class Tester {
  public static void main(String[] args) {      
        int luckyNumber1 = 5;
        int luckyNumber2 = 5 - luckyNumber1 / 5;
        System.out.print(luckyNumber2);
  }
}
 

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