public class Richixs {
private string userName;
private string name;
private string ocupation;
private string[] hobbies;
private string[] code;
public Richixs() {
this.userName = "Richixs";
this.name = "Ricardo Ramirez Caero";
this.ocupation = "Computer Engineering Student";
this.hobbies = new String[] {
"Gamer",
"Game developer",
"Drawing",
"Digital design",
"Volunteer firefighter (GEOS)",
"Animal rescue",
"Aquatic rescue",
"Forest brigade member"
};
this.code = new String[] {
"GDScript",
"Java",
"JavaScript",
"Kotlin",
"MySQL"
"Python",
"R",
};
}
public void greet() {
System.out.println("Hola mundo, I use arch btw.");
}
}
Popular repositories Loading
-
willy-build-with-ai
willy-build-with-ai PublicWilly es un agente inteligente diseñado para acompañar y guiar a estudiantes desde 5to de primaria, brindando retroalimentación temprana y ayudando a comprender los conceptos de sus tareas. No entr…
C++ 1
-
RR-Dino-Runner-Grupo-3
RR-Dino-Runner-Grupo-3 PublicForked from JoelSoliz/NLC-2
Ricardo Ramirez Caero
Python
-
-
-
proyecto-git
proyecto-git PublicForked from mastermindac/proyecto-git
Reto Final - Curso Git Mastermind
-
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.



