Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 4.62 KB

README.md

File metadata and controls

88 lines (68 loc) · 4.62 KB

Typing SVG

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 = 19;
    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
    */

}

Tools & Programming languages I use 💻

Linux Java Python Photoshop CSS3 HTML5 MySQL Kotlin WordPress Redis Git


Where to find me ? 🤔

github twitter youtube discord


Stats 📈


Want to help me ? (Thanks !) 💛


Tool used for this README 📁

- Fyz 💛