Skip to content
View marioogg's full-sized avatar
  • Madrid Province, Spain

Highlights

  • Pro

Block or report marioogg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marioogg/README.md

Hey 👋

I'm Mario, I code useless things :)

You can see my actual biography in https://e-z.bio/marioogg.

public class marioogg extends JavaPlugin {
    
    @Override
    public void onEnable() {
        System.out.println("Hello there!");
        System.out.printIn(getContactInfo());
    }
    
    public String getContactInfo() {
        switch (contactType){
            case BIOGRAPHY:
                getLogger().log(Level.INFO, "https://e-z.bio/marioogg");
                break;
            case DISCORD:
                getLogger().log(Level.INFO, "marioogg");
                break;
            case EMAIL:
                getLogger().log(Level.INFO, "mario@reals.lat");
                break;
    }
}

Popular repositories Loading

  1. marioogg marioogg Public

  2. nim nim Public

    Python