added date getting
This commit is contained in:
@@ -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");*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user