public class MyProfile
{
public static string WhoAmI()
{
return "Hello! I'm Brady Stohler.";
}
public static string[] WhatIDo()
{
return new string[]
{
"Website Development",
"Software Engineering"
};
}
public static string[] MySocial()
{
return new string[]
{
"https://bradystohler.com",
"https://www.linkedin.com/in/bradystohler",
"https://x.com/BradysCode"
};
}
}
- Michigan, USA
-
11:34
(UTC -04:00) - bradystohler.com
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.