Skip to content

w8fyz/w8fyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 

Repository files navigation

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 πŸ’›

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published