This commit is contained in:
Student Politechniki
2025-10-21 13:05:25 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1,2 @@
To jest edytowany plik Readme.txt To jest edytowany plik Readme.txt
Wprowadzam zmiany.

View File

@@ -11,6 +11,8 @@ public class DemoApplication {
System.out.println("Start application"); System.out.println("Start application");
System.out.println("Start application 2"); System.out.println("Start application 2");
System.out.println("Start application 111"); System.out.println("Start application 111");
System.out.println("new Date()");
} }
} }