added date getting

This commit is contained in:
gdutler
2019-09-13 16:48:53 +02:00
parent 326d1decae
commit 74fb1b504c
2 changed files with 93 additions and 1 deletions

View File

@@ -1,7 +1,14 @@
public class main {
public static void main(String[] args) {
Date D=new Date();
D.getdata();
D.printList();
/*
Thread mythread = new Thread(() -> new Webserver().startserver());
mythread.start();
System.out.println("thread started");
System.out.println("thread started");*/
}
}