Skip to content
View Glory-Day's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report Glory-Day

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Glory-Day/README.md

Glory-Day Profile

💻 My Profile

public class GloryDay
{
	private const string Name = "Oh Kyeong Min";
	
	public static string Username => "Glory Day";
	public static string Email => "[email protected]";
	
	public string[] Languages { get; private set; }
	public string[] Tools { get; private set; }

	public GloryDay()
	{
		Languages = new string[5] { "C++","C#","Java","Python","Javascript" };
		Tools = new string[2] { "Unity","Unreal Engine 4" };
	}
}

✏️ My Most Used Languages
✨ My Github Stat

Pinned Loading

  1. DesignPattern DesignPattern Public

    Design Pattern

    C#

  2. GirlsFrontline-Connexion GirlsFrontline-Connexion Public

    This project is a private project with no commercial purpose.

    C# 2

  3. DataStructures DataStructures Public

    C++