public class WhoamI {
public WhoamI() {
this.user = "Andrea Pruvost Lamy";
this.current_edu = "Computer Science";
this.currently_learning = "OpenGL";
hobbies = [
'Game dev',
'Fighting Games tournament',
'Cooking',
'Badminton'
]
}
public void getMyCurrentProject() {
return MinecraftClone();
}
}
Credit: Abdul Khalid
Last Edited on: 04/11/2023