forked from szumik/Lab2
Printing date in main program
This commit is contained in:
@@ -9,11 +9,8 @@ public class DemoApplication {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("Second line added");
|
System.out.println("Second line added");
|
||||||
<<<<<<< HEAD
|
|
||||||
System.out.println("Hello world!");
|
|
||||||
=======
|
|
||||||
System.out.println("Third line added");
|
System.out.println("Third line added");
|
||||||
>>>>>>> develop_4
|
System.out.println(new Date());
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user