3 Commits

Author SHA1 Message Date
Dana123098
0c614de368 Add message in new_feature2 branch 2025-10-16 13:55:57 +02:00
Dana123098
4e67e3a11c Add message from new_feature branch 2025-10-16 13:52:32 +02:00
d92f3a4b18 Update README.md 2025-10-16 11:50:28 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1,2 @@
System.out.println("Hello Gitea!");
## Nowa gałąź: new_feature
Ta gałąź zawiera testową zmianę w README.

View File

@@ -4,6 +4,9 @@ public class DemoApplication {
public static void main(String[] args) {
System.out.println("Hello from DemoApplication!");
System.out.println(new java.util.Date());
System.out.println("Nowa gałąź new_feature");
System.out.println("Hello from new_feature2 branch!");
}
}