naprawiono konflikt w pliku DemoApplication.java

This commit is contained in:
jagfoljersolen
2025-10-14 13:28:04 +01:00
2 changed files with 2 additions and 6 deletions

View File

@@ -12,12 +12,7 @@ public class DemoApplication {
System.out.println("End application");
System.out.println("Yes");
System.out.println("No");
System.out.println("Yes");
System.out.println("hello");
}
}

View File

@@ -1,4 +1,5 @@
package controller;
public class UserController {
int username;
}