Skip to content
View BaybhinProgramming25's full-sized avatar

Block or report BaybhinProgramming25

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

Hi πŸ‘‹, I'm Baybhin Gurung

Typing SVG

About Me

using System;
using System.Collections.Generic;

public class Baybhin
{
    public string Name { get; set; }
    public int Age { get; set; }
    public string Degree { get; set; }
    public string College { get; set; }
    public string Major { get; set; }
    public string Goal { get; set; }
}

class Program
{
    static void Main(string[] args)
    {
        Baybhin baybhingurung = new Baybhin
        {
            Name = "Baybhin Singh Gurung πŸ‘¨",
            Age = 23,
            Degree = "Bachelor of Science in Computer Science πŸŽ“",
            College = "Stony Brook University 🐾",
            Goal = "Become a full-time software developer with a focus in .NET"
        };
    }
}

Connect With Me

LinkedIn Profile

Github Statistics

Top Languages

GitHub Stats

GitHub Streak

Popular repositories Loading

  1. DistributedMaps DistributedMaps Public

    JavaScript 1

  2. Transcript-QA Transcript-QA Public

    Python 1

  3. PetBoarding PetBoarding Public

    JavaScript 1

  4. Playlister Playlister Public

    1

  5. BaybhinProgramming25 BaybhinProgramming25 Public