Tester

public class Tester {
  public static void main(String[] args) { 
         String myString = "Lucky5";
         System.out.print(myString);
  }
}
 

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