Some kind of weird dream maker 🏳🌈
public class Fyz {
private String name;
private int age;
private String[] pronouns;
private String[] interests;
private String location;
private URL website;
private Color color;
Fyz() {
this.name = "Thibeau";
this.age = 20;
this.pronouns = {"he/him"};
this.interests = {"Development", "Video games", "Video editing", "Design"};
this.location = "Paris, France";
this.website = new URL("https://fyz.sh");
this.color = Color.decode("#DEAF2C");
doThings();
drinkCoffee();
}
public String getMood() {
return "Happy";
}
/*TODO :
Fix the bug creating an infinite number of
Fyz clones taking over the world
*/
}
- "Awesome Github Profile" - Abhishek Naidu
- Fyz 💛