public static void main(String[] args) {
Map<String, Object> rodrigoBettio = Map.of(
"age", 19,
"country", "Brazil",
"city", "São Paulo, SP",
"languages", List.of("Portuguese", "English"),
"technologyInterests", List.of( "Programming","Machine Learning", "Cybersecurity"),
"personalHobbies", List.of("Economics", "Stock Market Investments", "Psychology", "Sports")
);
}
Pinned Loading
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.

