namespace World.Wide.Web;
public class Developer
{
public string Name { get; set; } = "Daniil";
public bool AlreadyWork { get; set; } = true;
public string Role { get; set; } = "Backend developer";
public Exp FavoriteLang { get; set; } = new("C#", 3);
public List<string> Social { get; set; } = [
"https://t.me/H2RXRAUL"
];
}
public record Exp(string Language, int WorkedYears);
π
anyone cares?
Backend Engineer.
Signature lang: C#
Quote: I know that I know nothing.
- Russia
-
19:38
(UTC +05:00) - https://t.me/H2RXRAUL
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.


