Skip to content
View KGrants's full-sized avatar
  • Skandinaviska Enskilda Banken AB
  • Riga, Latvia

Block or report KGrants

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
KGrants/README.md

Vacation

class WhoAmI
{
	public string 	user 		{get;}      = "KGRANTS";
	public string 	current_work 	{get;} 	    = "IT Solution Developer";
	public string 	location	{get;}      = "Riga_Latvia";
	public string[] hobbies 	{get;}      = new string[] {"Basketball",
						                    "Running",
                                                                    "Reading",
								    "Video Games",
								    "Board Games/chess",
                                                                    "Programming",
								   };
	public string[] languages 	{get; set;} = new string[] {"Latvian",
                                                                    "English",
                                                                    "Russian",};
	public string[] programming  	{get; set;} = new string[] {"SQL",
                                                                    "C#",
                                                                    "Python"};
}

Popular repositories Loading

  1. CodinGame CodinGame Public

    CodinGame puzzle solutions

    C#

  2. Pluralsight Pluralsight Public

    Courses done on Pluralsight

    C#

  3. Simple-Games Simple-Games Public

    Python

  4. KGrants KGrants Public

  5. Sololearn Sololearn Public

    Code Coaches from Courses done on Sololearn

    Python

  6. Hyperskill Hyperskill Public

    Courses done on Hyperskill

    Python