Skip to content
View lucaledd's full-sized avatar

Organizations

@Gato-Host @SwiftPrj

Block or report lucaledd

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
lucaledd/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.fun/");
    }
}

Contact:

E-mail (either one should work):
admin@lucaledd.fun
luca@swiftproject.top

Discord: lucaledd

Pinned Loading

  1. x86-kernel x86-kernel Public

    32-bit x86 kernel

    C

  2. website website Public

    Source code of my website

    CSS

  3. adventofcode2024 adventofcode2024 Public

    Rust

  4. discordstatus-website discordstatus-website Public

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

    JavaScript 18 9