Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

class Developer {
    @Getter
    private final String name;
    @Getter
    private final URL website;
}

class Luca extends Developer {
    public Luca() {
        this.name = "luca";
        this.website = new URL("https://llvm2.ovh/");
    }
}

Contact:

E-mail:
admin@llvm2.ovh / contact@llvm2.ovh

PGP Key: https://llvm2.ovh/pgp.asc

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors