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

  2. TIL TIL Public

    하루하루 공부한 것을 정리하는 저장소입니다.

  3. Back2Play-LastStand/Last-Stand-Server Back2Play-LastStand/Last-Stand-Server Public

    Last Stand 서버 저장소입니다.

    C# 1

  4. Team-Gamism/Steam_Review_api Team-Gamism/Steam_Review_api Public

    스팀 리뷰 내용 API 저장소 입니다.

    C#