import java.util.ArrayList;
public class BemVindoAoMeuGitHub {
private String nome;
private String graduacao;
private ArrayList<String> interesses;
public BemVindoAoMeuGitHub() {
this.nome = "Arthur Silva";
this.graduacao = "Engenharia de Computação";
this.interesses = new ArrayList<>();
this.interesses.add("Jogos");
this.interesses.add("IA");
this.interesses.add("Hardware");
this.interesses.add("Linux");
}
public String getNome() {
return this.nome;
}
public String getGraduacao() {
return this.graduacao;
}
public ArrayList<String> getInteresses() {
return this.interesses;
}
}
Popular repositories Loading
-
-
faceapi-teste-appia
faceapi-teste-appia PublicProjeto para teste de detecção facial com FaceAPI.js
HTML
-
-
-
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.