namespace World.Wide.Web;
public class Developer
{
public string Username { get; set; } = "shortener";
public int StartProgrammingAt { get; set; } = 2022;
public string[] UsedProgrammingLanguages { get; set; } = new [
"C#", "Js", "etc"
];
public bool AlreadyWork { get; set; } = false;
public string? Role { get; set; } = "Backend developer";
}
π
anyone cares?
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.