Compare commits

..

3 Commits

Author SHA1 Message Date
jagfoljersolen
f67ce10ab7 added printing date 2025-10-21 12:31:54 +01:00
7e2a581b75 Update src/main/java/controller/UserController.java 2025-10-21 11:28:24 +00:00
d8826f06d7 Update Readme.txt 2025-10-21 11:24:39 +00:00
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
This is documentation of the project.

View File

@@ -18,6 +18,9 @@ public class DemoApplication {
System.out.println("End application"); System.out.println("End application");
System.out.println(new Date());
} }
} }

View File

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