Skip to content
View lucaforever's full-sized avatar

Organizations

@Gato-Host @SwiftPrj

Block or report lucaforever

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
lucaforever/README.md
class Developer {
    @Getter
    private final String name, description;
    @Getter
    private final URL website;
}

class Luca extends Developer {
    public Luca() {
        this.name = "Luca";
        this.description = "Fullstack Developer & Video Editor";
        this.website = new URL("https://lucaledd.pages.dev/");
    }
}

Contact:

Discord Icon

Pinned Loading

  1. BetterRedstone BetterRedstone Public

    Adding more functionality to redstone!

  2. discordstatus-website discordstatus-website Public

    See your live Discord status, information and activities right in your browser!

    JavaScript 14 7