public class Echo : Human {
// Basic info
public string Pronouns = "They/Them";
public string Gender = "Nonbinary";
public string Location = "Australia";
public string Timezone = "AEST (UTC+10)";
// Programming
public List<string> Projects = new() { "Hollow", "callmeecho.dev" };
public List<string> FavoriteLanguages = new() { "C#", "Java", "TypeScript" };
// GPG
// Please encrypt emails to me if they should be private!
public static string gpgKeyFingerprint = "0B0F7A231A84F7EE9B8128CABEBCAB631F88D239";
public static string gpgKeyFile = "https://github.com/CallmeEchoCodes.gpg";
}
-
Notifications
You must be signed in to change notification settings - Fork 0
CallMeEchoCodes/CallMeEchoCodes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published