public class User {
private final String name;
private final LocalDate birthdate;
private List<String> code;
private List<String> tools;
public User() {
this.name = "Max van Hesteren";
this.birthdate = LocalDate.of(2000, Month.SEPTEMBER, 2);
this.code = List.of("Java", "Python", "JavaScript", "HTML", "CSS");
this.tools = List.of("Docker", "Redux", "Spring Boot", "Hibernate");
}
private String welcome() {
return "Welcome to my GitHub profile!";
}
}
Popular repositories Loading
-
-
-
-
SnappetChallenge
SnappetChallenge PublicForked from Snappet/SnappetChallenge
A small challenge to show off your dev skills
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
