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