Skip to content
View Sean-mn's full-sized avatar
🌊
Sinking
🌊
Sinking

Highlights

  • Pro

Block or report Sean-mn

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Sean-mn/README.md
public class Introduce
{
    public class ME
    {
        public string Name { get; private set; } = "박현민";
        public string Major { get; private set; } = "게임 서버";
    }

    public static void Main()
    {
        var me = new ME();
        Console.WriteLine($"안녕하세요. {me.Major} 개발자 {me.Name}입니다!");
    }
}

Pinned Loading

  1. Team-GODA/PaperMania-Server Team-GODA/PaperMania-Server Public

    PaperMania 서버 저장소입니다.

    C# 1