public class Person {
private List<String> name;
private String location;
private List<String> currentlyLearning;
private List<String> hobbies;
public Person() {
this.name = Arrays.asList("Jung Hoan Kim", "김정환");
this.location = "Washington, DC";
this.currentlyLearning = Arrays.asList("Nixos", "ArchLinux");
this.hobbies: Arrays.asList("Building Computers", "Cars", "Visual Design", "Homelab", "Neovim");
}
}
Pinned Loading
-
-
-
street-view-green-view
street-view-green-view PublicForked from AmericanRedCross/street-view-green-view
Jupyter Notebook
-
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.