new_feature #2

Merged
Daiana_Henina merged 2 commits from new_feature into master 2025-10-16 11:59:16 +00:00
Showing only changes of commit 4e67e3a11c - Show all commits

View File

@@ -4,6 +4,8 @@ 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()); System.out.println(new java.util.Date());
System.out.println("Nowa gałąź new_feature");
} }
} }