public class Date{ public static void main(String[] args) { Alligner d = new Alligner(); d.toString(); System.out.print(d); } }