public class Echo extends Human {
// Basic info
public String pronouns = "They/Them";
public String gender = "Nonbinary";
public String location = "Australia";
public String timezone = "AEST (UTC+10)";
// Programming
public final List<String> projects = List.of("Hollow", "Specter", "callmeecho.dev");
public final List<String> favoriteLanguages = List.of("Kotlin", "C#", "Java");
// GPG
// Please encrypt emails to me if they should be private!
public static final String gpgKeyFingerprint = "0B0F7A231A84F7EE9B8128CABEBCAB631F88D239";
public static final String gpgKeyFile = "https://github.com/CallmeEchoCodes.gpg";
}




