Exemple #1
0
 public static void main(String[] args) {
   Patient pt = new Patient();
   System.out.println(pt.printLong());
   pt.toFile();
 }