new_feature2 #1

Open
Daiana_Henina wants to merge 1 commits from new_feature2 into master
Showing only changes of commit 0c614de368 - Show all commits

View File

@@ -5,6 +5,7 @@ public class DemoApplication {
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!");
}