Skip to content

CallMeEchoCodes/CallMeEchoCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi, I'm Echo!

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";
}

Languages i know

Frameworks i work with

Tools i use


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published