Add date printing
This commit is contained in:
@@ -3,5 +3,7 @@ package com.example.demo;
|
|||||||
public class DemoApplication {
|
public class DemoApplication {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello from DemoApplication!");
|
System.out.println("Hello from DemoApplication!");
|
||||||
|
System.out.println(new java.util.Date());
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user