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"
};
}
}
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.