Skip to content
View sh0rtener's full-sized avatar
πŸ’€
anyone cares?
πŸ’€
anyone cares?

Block or report sh0rtener

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sh0rtener/README.md

$ Hello www πŸ‘‹. I'm sh0rtener

About me πŸ™‹β€β™‚οΈ

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);

Pinned Loading

  1. sh0rtener sh0rtener Public

    1 2

  2. nvim-dots-v0 nvim-dots-v0 Public

    Lua