public class Me()
{
public List<Projects> CurrentProjects = new() { "My website",
"Console based roguelike" };
public List<Languages> KnownLanguages = new() { "HTML & CSS",
"SASS",
"JavaScript",
"Python",
".NET",
"C#",
"Java",
"SQL",
"C++" };
public List<Languages> DesiredLanguages = new() { "Rust",
"React" };
public OperatingSystem MyMachine = "Windows";
public Editor MyIDE = "Visual Studio 2026 or VS Code";
private string FunFact = "I blew up a thermometer once";
private string Imperitive = "Go check out my website";
}
-
03:02
(UTC +12:00) - scarrletrain.github.io
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
