2 Commits

Author SHA1 Message Date
831a7666a5 Merge pull request 'Fork changes' (#1) from 99627/Lab2:master into master
Reviewed-on: #1
2025-10-21 09:43:08 +00:00
Student Politechniki
4e6b74b8d4 Fork changes 2025-10-21 13:38:39 +02:00

View File

@@ -17,6 +17,8 @@ public class DemoApplication {
UserEntity.Show();
SpringApplication.run(DemoApplication.class, args);
System.out.println("Fork println");
}
}